diff options
Diffstat (limited to 'target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch')
-rw-r--r-- | target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch b/target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch deleted file mode 100644 index 9577a70b6a..0000000000 --- a/target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch +++ /dev/null @@ -1,22 +0,0 @@ -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; -+}; |