omap: remove 3.12 kernel patches
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch
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 (file)
index 9577a70..0000000
+++ /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;
-+};