diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-05 23:19:25 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-05 23:19:25 +0000 |
commit | 301baf34ddbc838b61dfd8564b27a440f0b85e5a (patch) | |
tree | e676718f90241c41d5dc1da4b8a94eba0ab3fddd /target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch | |
parent | 6892ed8193e8a195a6b5302bb55b24acdbf79abc (diff) | |
download | upstream-301baf34ddbc838b61dfd8564b27a440f0b85e5a.tar.gz upstream-301baf34ddbc838b61dfd8564b27a440f0b85e5a.tar.bz2 upstream-301baf34ddbc838b61dfd8564b27a440f0b85e5a.zip |
sunxi: deprecate 3.12 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39780
Diffstat (limited to 'target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch b/target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch deleted file mode 100644 index df36274190..0000000000 --- a/target/linux/sunxi/patches-3.12/137-4-dt-sun5i-update-hstimer-entry.patch +++ /dev/null @@ -1,29 +0,0 @@ -From cdb1e9d50ad353833902214035a71ce08d86072a Mon Sep 17 00:00:00 2001 -From: Zoltan HERPAI <wigyori@uid0.hu> -Date: Sun, 12 Jan 2014 16:48:01 +0100 -Subject: [PATCH] ARM: sun5i: dt: update hstimer entry - -Rename the hstimer DT entry to make naming consistent with the -A20 dtsi. Also to avoid confusion when switching clocksources. - -Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> ---- - arch/arm/boot/dts/sun5i-a13.dtsi | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi -index 21900c6..e0a5cdd 100644 ---- a/arch/arm/boot/dts/sun5i-a13.dtsi -+++ b/arch/arm/boot/dts/sun5i-a13.dtsi -@@ -427,7 +427,7 @@ - status = "disabled"; - }; - -- timer@01c60000 { -+ hstimer@01c60000 { - compatible = "allwinner,sun5i-a13-hstimer"; - reg = <0x01c60000 0x1000>; - interrupts = <82>, <83>; --- -1.7.0.4 - |