aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:41:24 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:41:24 +0000
commitc0a15a57bda510fac081d536013d16446baf6813 (patch)
tree941690d0c41e1342dbcdac9639e64605e230af51 /target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch
parenteb396d656911024685f1f514036aec091669211f (diff)
downloadupstream-c0a15a57bda510fac081d536013d16446baf6813.tar.gz
upstream-c0a15a57bda510fac081d536013d16446baf6813.tar.bz2
upstream-c0a15a57bda510fac081d536013d16446baf6813.zip
sunxi: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44824
Diffstat (limited to 'target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch b/target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch
deleted file mode 100644
index f5763badd5..0000000000
--- a/target/linux/sunxi/patches-3.14/282-dt-sun7i-add-ir-ctrlers.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 0af3258f87d590864187b0187c7aa7428801ef80 Mon Sep 17 00:00:00 2001
-From: Alexander Bersenev <bay@hackerdom.ru>
-Date: Mon, 9 Jun 2014 00:08:12 +0600
-Subject: [PATCH] ARM: sunxi: Add IR controllers on A20 to dtsi
-
-This patch adds records for two IR controllers on A20
-
-Signed-off-by: Alexander Bersenev <bay@hackerdom.ru>
-Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 18 ++++++++++++++++++
- 1 file changed, 18 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -785,6 +785,24 @@
- interrupts = <0 24 4>;
- };
-
-+ ir0: ir@01c21800 {
-+ compatible = "allwinner,sun7i-a20-ir";
-+ clocks = <&apb0_gates 6>, <&ir0_clk>;
-+ clock-names = "apb", "ir";
-+ interrupts = <0 5 4>;
-+ reg = <0x01c21800 0x40>;
-+ status = "disabled";
-+ };
-+
-+ ir1: ir@01c21c00 {
-+ compatible = "allwinner,sun7i-a20-ir";
-+ clocks = <&apb0_gates 7>, <&ir1_clk>;
-+ clock-names = "apb", "ir";
-+ interrupts = <0 6 4>;
-+ reg = <0x01c21c00 0x40>;
-+ status = "disabled";
-+ };
-+
- lradc: lradc@01c22800 {
- compatible = "allwinner,sun4i-lradc-keys";
- reg = <0x01c22800 0x100>;