Skip to content

Commit

Permalink
ARM: at91: dt: at91sam9x5: correct NAND pins comments
Browse files Browse the repository at this point in the history
Comments on NAND pins where inverted.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Richard Genoud authored and Nicolas Ferre committed Mar 13, 2013
1 parent f6161aa commit f04feec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/at91sam9x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@
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 */
};
};

Expand Down

0 comments on commit f04feec

Please sign in to comment.