diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-02 17:00:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-02 17:00:46 +0000 |
commit | 366007c3d88f6ea355f9413950ceab6f671b7049 (patch) | |
tree | de2c7d0500a62de4e054a93e4e2b858e2199e861 /target/linux/omap/patches-3.12/204-ARM-dts-AM335x-evmsk-Do-not-reset-gpio0.patch | |
parent | 1839d1b912adbd416257521d8023807d047e496f (diff) | |
download | upstream-366007c3d88f6ea355f9413950ceab6f671b7049.tar.gz upstream-366007c3d88f6ea355f9413950ceab6f671b7049.tar.bz2 upstream-366007c3d88f6ea355f9413950ceab6f671b7049.zip |
omap: remove 3.12 kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42401
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; -+}; |