ARM: at91: dt: at91sam9x5: correct NAND pins comments
authorRichard Genoud <[email protected]>
Mon, 11 Mar 2013 14:12:39 +0000 (15:12 +0100)
committerNicolas Ferre <[email protected]>
Wed, 13 Mar 2013 09:25:07 +0000 (10:25 +0100)
Comments on NAND pins where inverted.

Signed-off-by: Richard Genoud <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
arch/arm/boot/dts/at91sam9x5.dtsi

index aa98e641931fa21ed76c627229da576289005d12..9b5d0480d7ee87cb9ca87aff3701a37331d0e4e9 100644 (file)
                                nand {
                                        pinctrl_nand: nand-0 {
                                                atmel,pins =
-                                                       <3 4 0x0 0x1    /* PD5 gpio RDY pin pull_up */
-                                                        3 5 0x0 0x1>;  /* PD4 gpio enable pin pull_up */
+                                                       <3 4 0x0 0x1    /* PD4 gpio Chip Enable pin pull_up */
+                                                        3 5 0x0 0x1>;  /* PD5 gpio RDY/BUSY pin pull_up */
                                        };
                                };