All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am437x-gp-evm: Do not reset gpio5
@ 2014-03-21  5:20 ` Lokesh Vutla
  0 siblings, 0 replies; 18+ messages in thread
From: Lokesh Vutla @ 2014-03-21  5:20 UTC (permalink / raw)
  To: linux-omap
  Cc: linux-arm-kernel, bcousson, tony, devicetree, nsekhar, rnayak, nm,
	mark.rutland, lokeshvutla, Dave Gerlach

From: Dave Gerlach <d-gerlach@ti.com>

Do not reset GPIO5 at boot-up because GPIO5_7 is used
on AM437x GP-EVM to control VTT regulators on DDR3.
Without this some GP-EVM boards will fail to boot because
of DDR3 corruption.

Reported-by: Nishanth Menon <nm@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
This is applied on top of current linux-next.
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master

 arch/arm/boot/dts/am437x-gp-evm.dts |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index df8798e..a055f7f 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -117,6 +117,11 @@
 	status = "okay";
 };
 
+&gpio5 {
+	status = "okay";
+	ti,no-reset-on-init;
+};
+
 &mmc1 {
 	status = "okay";
 	vmmc-supply = <&vmmcsd_fixed>;
-- 
1.7.9.5


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

end of thread, other threads:[~2014-04-25 16:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21  5:20 [PATCH] ARM: dts: am437x-gp-evm: Do not reset gpio5 Lokesh Vutla
2014-03-21  5:20 ` Lokesh Vutla
     [not found] ` <1395379213-15451-1-git-send-email-lokeshvutla-l0cyMroinI0@public.gmane.org>
2014-03-21  5:52   ` Felipe Balbi
2014-03-21  5:52     ` Felipe Balbi
2014-03-24 15:29     ` Dave Gerlach
2014-03-24 15:29       ` Dave Gerlach
2014-03-24 18:50       ` Felipe Balbi
2014-03-24 18:50         ` Felipe Balbi
2014-03-24 19:01         ` Nishanth Menon
2014-03-24 19:01           ` Nishanth Menon
2014-03-24 19:22           ` Felipe Balbi
2014-03-24 19:22             ` Felipe Balbi
2014-03-25 15:02 ` Nishanth Menon
2014-03-25 15:02   ` Nishanth Menon
     [not found]   ` <53319A7D.1060904-l0cyMroinI0@public.gmane.org>
2014-04-17 16:34     ` Tony Lindgren
2014-04-17 16:34       ` Tony Lindgren
2014-04-25 16:46       ` Tony Lindgren
2014-04-25 16:46         ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.