drop the bootscript, new u-boots won't need it
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch
1 Do not reset GPIO0 at boot-up because GPIO0 is used
2 on AM335x EVM-SK to control VTT regulators on DDR3.
3
4 Without this EVM-SK boards fail to boot-up because
5 of DDR3 corruption.
6
7 Signed-off-by: Rajendra Nayak <rnayak@ti.com>
8
9 ---
10 arch/arm/boot/dts/am335x-evmsk.dts | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 --- a/arch/arm/boot/dts/am335x-evmsk.dts
14 +++ b/arch/arm/boot/dts/am335x-evmsk.dts
15 @@ -426,3 +426,7 @@
16 status = "okay";
17 vmmc-supply = <&vmmc_reg>;
18 };
19 +
20 +&gpio0 {
21 + ti,no-reset-on-init;
22 +};