aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2015-01-25 04:42:59 -0500
committerHeiko Stuebner <heiko@sntech.de>2015-01-25 15:40:25 -0500
commite48cc181bf9abe0eeaaa884d3ec82e185a6285da (patch)
treec7e9785cdab7d5d912b81400cf534af45149a981
parentd5a1df48d051838ec83bcb56a6debc7e347ae1f9 (diff)
ARM: dts: rockchip: Add rockchip timer node for rk3288
The rk3288 board uses the architected timers and these ones are shutdown when the cpu is powered down. There is a need of a broadcast timer in this case to ensure proper wakeup when the cpus are in sleep mode and a timer expires. Add the timer node for the broadcast timer. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rk3288.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index c7235fa899cc..37847c14b449 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -149,6 +149,14 @@
149 clock-frequency = <24000000>; 149 clock-frequency = <24000000>;
150 }; 150 };
151 151
152 timer: timer@ff810000 {
153 compatible = "rockchip,rk3288-timer";
154 reg = <0xff810000 0x20>;
155 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
156 clocks = <&xin24m>, <&cru PCLK_TIMER>;
157 clock-names = "timer", "pclk";
158 };
159
152 display-subsystem { 160 display-subsystem {
153 compatible = "rockchip,display-subsystem"; 161 compatible = "rockchip,display-subsystem";
154 ports = <&vopl_out>, <&vopb_out>; 162 ports = <&vopl_out>, <&vopb_out>;