Skip to content

Commit b9a6682

Browse files
ldesrochescristibirsan
authored andcommitted
ARM: dts: at91: sama5d2_ptc_ek: set drive strength for NAND data pins
To avoid data corruption, the drive strength of NAND data pins has to be set to medium. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent bea78e2 commit b9a6682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "sama5d2-pinfunc.h"
1212
#include <dt-bindings/mfd/atmel-flexcom.h>
1313
#include <dt-bindings/gpio/gpio.h>
14+
#include <dt-bindings/pinctrl/at91.h>
1415

1516
/ {
1617
model = "Atmel SAMA5D2 PTC EK";
@@ -297,6 +298,7 @@
297298
<PIN_PA30__NWE_NANDWE>,
298299
<PIN_PB2__NRD_NANDOE>;
299300
bias-pull-up;
301+
drive-strength = <ATMEL_PIO_DRVSTR_ME>;
300302
};
301303

302304
ale_cle_rdy_cs {

0 commit comments

Comments
 (0)