projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6161aa
)
ARM: at91: dt: at91sam9x5: correct NAND pins comments
author
Richard Genoud
<richard.genoud@gmail.com>
Mon, 11 Mar 2013 14:12:39 +0000
(15:12 +0100)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 13 Mar 2013 09:25:07 +0000
(10:25 +0100)
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>
arch/arm/boot/dts/at91sam9x5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9x5.dtsi
b/arch/arm/boot/dts/at91sam9x5.dtsi
index
aa98e64
..
9b5d048
100644
(file)
--- a/
arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/
arch/arm/boot/dts/at91sam9x5.dtsi
@@
-238,8
+238,8
@@
nand {
pinctrl_nand: nand-0 {
atmel,pins =
- <3 4 0x0 0x1 /* PD
5 gpio RDY
pin pull_up */
- 3 5 0x0 0x1>; /* PD
4 gpio enable
pin pull_up */
+ <3 4 0x0 0x1 /* PD
4 gpio Chip Enable
pin pull_up */
+ 3 5 0x0 0x1>; /* PD
5 gpio RDY/BUSY
pin pull_up */
};
};