Skip to content

Commit 99d9e4c

Browse files
committed
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 22c3ac6 commit 99d9e4c

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";
@@ -285,6 +286,7 @@
285286
<PIN_PA30__NWE_NANDWE>,
286287
<PIN_PB2__NRD_NANDOE>;
287288
bias-pull-up;
289+
drive-strength = <ATMEL_PIO_DRVSTR_ME>;
288290
};
289291

290292
ale_cle_rdy_cs {

0 commit comments

Comments
 (0)