]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sun5i: a10s: Add support for the High Speed Timers
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 7 Nov 2013 11:01:48 +0000 (12:01 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 11 Dec 2013 10:39:41 +0000 (11:39 +0100)
The Allwinner A10s has support for two high speed timers. Now that we
have a driver to support it, we can enable them in the device tree.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
arch/arm/boot/dts/sun5i-a10s.dtsi

index 52476742a1043e5e9703505d03b2eae5d2a5bc1a..e674c94c720698e70b8a934ef5e560e4b725d0c7 100644 (file)
                        clock-frequency = <100000>;
                        status = "disabled";
                };
+
+               timer@01c60000 {
+                       compatible = "allwinner,sun5i-a13-hstimer";
+                       reg = <0x01c60000 0x1000>;
+                       interrupts = <82>, <83>;
+                       clocks = <&ahb_gates 28>;
+               };
        };
 };