aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/281-dt-sun7i-add-ir-pins.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/281-dt-sun7i-add-ir-pins.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/281-dt-sun7i-add-ir-pins.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/281-dt-sun7i-add-ir-pins.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/sunxi/patches-3.14/281-dt-sun7i-add-ir-pins.patch b/target/linux/sunxi/patches-3.14/281-dt-sun7i-add-ir-pins.patch
deleted file mode 100644
index 2389cf8859..0000000000
--- a/target/linux/sunxi/patches-3.14/281-dt-sun7i-add-ir-pins.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 7720fe5faadae243806833c7a7ec5d15bae244c4 Mon Sep 17 00:00:00 2001
-From: Alexander Bersenev <bay@hackerdom.ru>
-Date: Mon, 9 Jun 2014 00:08:11 +0600
-Subject: [PATCH] ARM: sunxi: Add pins for IR controller on A20 to dtsi
-
-This patch adds pins 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 | 14 ++++++++++++++
- 1 file changed, 14 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -746,6 +746,20 @@
- allwinner,drive = <2>;
- allwinner,pull = <0>;
- };
-+
-+ ir0_pins_a: ir0@0 {
-+ allwinner,pins = "PB3","PB4";
-+ allwinner,function = "ir0";
-+ allwinner,drive = <0>;
-+ allwinner,pull = <0>;
-+ };
-+
-+ ir1_pins_a: ir1@0 {
-+ allwinner,pins = "PB22","PB23";
-+ allwinner,function = "ir1";
-+ allwinner,drive = <0>;
-+ allwinner,pull = <0>;
-+ };
- };
-
- timer@01c20c00 {