linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: at91: dt: at91sam9x5: correct NAND pins comments
@ 2013-03-11 14:12 Richard Genoud
  2013-03-11 14:12 ` [PATCH 2/2] arm: at91: dt: at91sam9x5: complete NAND pinctrl Richard Genoud
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Genoud @ 2013-03-11 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

Comments on NAND pins where inverted.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
---
based on 3.9-rc2

 arch/arm/boot/dts/at91sam9x5.dtsi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index aa98e64..9b5d048 100644
--- 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	/* 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 */
 					};
 				};
 
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-13  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 14:12 [PATCH 1/2] arm: at91: dt: at91sam9x5: correct NAND pins comments Richard Genoud
2013-03-11 14:12 ` [PATCH 2/2] arm: at91: dt: at91sam9x5: complete NAND pinctrl Richard Genoud
2013-03-11 14:44 ` [PATCH 1/2] arm: at91: dt: at91sam9x5: correct NAND pins comments Jean-Christophe PLAGNIOL-VILLARD
2013-03-13  9:19 ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).