aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/106-dt-sun7i-add-arch-timer-node.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/106-dt-sun7i-add-arch-timer-node.patch
parentad966e5eaad945f22ffdfd404b58e0c3ef6cd9dc (diff)
downloadmaster-187ad058-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.gz
master-187ad058-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.bz2
master-187ad058-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/106-dt-sun7i-add-arch-timer-node.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/106-dt-sun7i-add-arch-timer-node.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/sunxi/patches-3.14/106-dt-sun7i-add-arch-timer-node.patch b/target/linux/sunxi/patches-3.14/106-dt-sun7i-add-arch-timer-node.patch
deleted file mode 100644
index 386f04295c..0000000000
--- a/target/linux/sunxi/patches-3.14/106-dt-sun7i-add-arch-timer-node.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0f9bb2cf6171f47d932df46e34cc5cfce384ff3d Mon Sep 17 00:00:00 2001
-From: Marc Zyngier <marc.zyngier@arm.com>
-Date: Tue, 18 Feb 2014 14:04:44 +0000
-Subject: [PATCH] ARM: sun7i: add arch timer node
-
-The Allwinner A20 SoC is built around a pair of Cortex-A7 cores,
-which have the usual generic timers. Report this in the DT.
-
-Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
-Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -49,6 +49,14 @@
- reg = <0x40000000 0x80000000>;
- };
-
-+ timer {
-+ compatible = "arm,armv7-timer";
-+ interrupts = <1 13 0xf08>,
-+ <1 14 0xf08>,
-+ <1 11 0xf08>,
-+ <1 10 0xf08>;
-+ };
-+
- clocks {
- #address-cells = <1>;
- #size-cells = <1>;