summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.12/0762-ARM-dts-am335x-evmsk-Do-not-reset-gpio0.patch
blob: 25dd15b1385d18ff301a7629d893e197e909108e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Rajendra Nayak <rnayak@ti.com>
Date: Wed, 9 Oct 2013 15:42:01 +0530
Subject: [PATCH] ARM: dts: am335x-evmsk: Do not reset gpio0

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>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
---
 arch/arm/boot/dts/am335x-evmsk.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index 5f12b28..1a7e0d9 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -433,3 +433,7 @@
 &aes {
 	status = "okay";
 };
+
+&gpio0 {
+	ti,no-reset-on-init;
+};