Browse Source

ARM: at91/at91sam9x5.dtsi: fix NAND ale/cle in DT file

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Nicolas Ferre 13 years ago
parent
commit
4352808cfd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/boot/dts/at91sam9x5.dtsi

+ 2 - 2
arch/arm/boot/dts/at91sam9x5.dtsi

@@ -201,8 +201,8 @@
 			      >;
 			atmel,nand-addr-offset = <21>;
 			atmel,nand-cmd-offset = <22>;
-			gpios = <&pioC 8 0
-				 &pioC 14 0
+			gpios = <&pioD 5 0
+				 &pioD 4 0
 				 0
 				>;
 			status = "disabled";