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/921-arm-dts-am335x-sk-add-touchscreen-support.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/921-arm-dts-am335x-sk-add-touchscreen-support.patch')
-rw-r--r-- | target/linux/omap/patches-3.12/921-arm-dts-am335x-sk-add-touchscreen-support.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/omap/patches-3.12/921-arm-dts-am335x-sk-add-touchscreen-support.patch b/target/linux/omap/patches-3.12/921-arm-dts-am335x-sk-add-touchscreen-support.patch deleted file mode 100644 index 225d272bb7..0000000000 --- a/target/linux/omap/patches-3.12/921-arm-dts-am335x-sk-add-touchscreen-support.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 588b7a5db74c02bcf0b3ac57b6391debffbff74c Mon Sep 17 00:00:00 2001 -From: Felipe Balbi <balbi@ti.com> -Date: Mon, 21 Oct 2013 15:06:54 -0500 -Subject: [PATCH 582/752] arm: dts: am335x sk: add touchscreen support - -Add missing nodes for the touchscreen available -on AM335x EVM SK. - -Signed-off-by: Felipe Balbi <balbi@ti.com> ---- - arch/arm/boot/dts/am335x-evmsk.dts | 10 ++++++++++ - 1 file changed, 10 insertions(+) - ---- a/arch/arm/boot/dts/am335x-evmsk.dts -+++ b/arch/arm/boot/dts/am335x-evmsk.dts -@@ -513,6 +513,16 @@ - vmmc-supply = <&vmmc_reg>; - }; - -+&tscadc { -+ status = "okay"; -+ tsc { -+ ti,wires = <4>; -+ ti,x-plate-resistance = <200>; -+ ti,coordinate-readouts = <5>; -+ ti,wire-config = <0x00 0x11 0x22 0x33>; -+ }; -+}; -+ - &gpio0 { - ti,no-reset-on-init; - }; |