diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-11-07 06:01:48 -0500 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-12-11 05:39:41 -0500 |
commit | f2b5002889cd2ca25d1dfe522755ade701f49044 (patch) | |
tree | 027c879b76fe31f1fbb40c019dbdef6509659b1d /arch/arm/boot/dts/sun5i-a10s.dtsi | |
parent | 67905540e8b8eaf51e621cfd2ef15641d6d5b9a7 (diff) |
ARM: sun5i: a10s: Add support for the High Speed Timers
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>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index 52476742a104..e674c94c7206 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi | |||
@@ -332,5 +332,12 @@ | |||
332 | clock-frequency = <100000>; | 332 | clock-frequency = <100000>; |
333 | status = "disabled"; | 333 | status = "disabled"; |
334 | }; | 334 | }; |
335 | |||
336 | timer@01c60000 { | ||
337 | compatible = "allwinner,sun5i-a13-hstimer"; | ||
338 | reg = <0x01c60000 0x1000>; | ||
339 | interrupts = <82>, <83>; | ||
340 | clocks = <&ahb_gates 28>; | ||
341 | }; | ||
335 | }; | 342 | }; |
336 | }; | 343 | }; |