upgrade 3.13 targets to 3.13.2, refresh patches
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 146-1-dt-sun5i-a10s-add-hstimer.patch
1 From 5ace5467690055b1772dcac69dd1377735b8a34b Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Thu, 7 Nov 2013 12:01:48 +0100
4 Subject: [PATCH] ARM: sun5i: a10s: Add support for the High Speed Timers
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 The Allwinner A10s has support for two high speed timers. Now that we
10 have a driver to support it, we can enable them in the device tree.
11
12 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
13 Tested-by: Emilio López <emilio@elopez.com.ar>
14 Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
15 ---
16 arch/arm/boot/dts/sun5i-a10s.dtsi | 7 +++++++
17 1 file changed, 7 insertions(+)
18
19 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi
20 +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
21 @@ -454,5 +454,12 @@
22 clock-frequency = <100000>;
23 status = "disabled";
24 };
25 +
26 + timer@01c60000 {
27 + compatible = "allwinner,sun5i-a13-hstimer";
28 + reg = <0x01c60000 0x1000>;
29 + interrupts = <82>, <83>;
30 + clocks = <&ahb_gates 28>;
31 + };
32 };
33 };