aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
commitb34d1f6b435b05479c3ddee74be1ef428ae7455a (patch)
tree5517152c2f56e9778150440c47def9ed06b3eea2 /target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch
parentad966e5eaad945f22ffdfd404b58e0c3ef6cd9dc (diff)
downloadupstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.gz
upstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.bz2
upstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.zip
sunxi: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch b/target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch
deleted file mode 100644
index fb3b5cde95..0000000000
--- a/target/linux/sunxi/patches-3.14/137-3-dt-sun7i-add-interrupt-cells.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From eda34c0692e479dd9cd2b7cb70986ae57f15187f Mon Sep 17 00:00:00 2001
-From: Chen-Yu Tsai <wens@csie.org>
-Date: Tue, 7 Jan 2014 18:50:01 +0800
-Subject: [PATCH] ARM: dts: sun7i: Add #interrupt-cells to pinctrl node
-
-The pinctrl device is also an interrupt controller for external
-interrupts. Add the missing #interrupt-cells property.
-
-Also remove the unused #address-cells property.
-
-Signed-off-by: Chen-Yu Tsai <wens@csie.org>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -424,7 +424,7 @@
- clocks = <&apb0_gates 5>;
- gpio-controller;
- interrupt-controller;
-- #address-cells = <1>;
-+ #interrupt-cells = <2>;
- #size-cells = <0>;
- #gpio-cells = <3>;
-