summaryrefslogtreecommitdiffstats
path: root/target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch
blob: 9577a70b6aec20090512eb962d80c5f282cde5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Do not reset GPIO0 at  boot-up because GPIO0 is used
on AM335x EVM-SK to control VTT regulators on DDR3.

Without this EVM-SK boards fail to boot-up because
of DDR3 corruption.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>

---
arch/arm/boot/dts/am335x-evmsk.dts |    4 ++++
 1 file changed, 4 insertions(+)

--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -426,3 +426,7 @@
 	status = "okay";
 	vmmc-supply = <&vmmc_reg>;
 };
+
+&gpio0 {
+	ti,no-reset-on-init;
+};