ARM: sun5i: a13: 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 A13 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-a13.dtsi

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