UPSTREAM: arm64: dts: rockchip: Add the broadcast-timer for RK3368 SoC
authorCaesar Wang <wxt@rock-chips.com>
Fri, 25 Sep 2015 02:14:58 +0000 (10:14 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 28 Feb 2017 09:44:58 +0000 (17:44 +0800)
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.

Change-Id: I8ab0e5506420e2650acc1dac4d5667f40c0d3b4f
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from commit b8084e5b34e83875846053bf9cd951b7640e40fe)

arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 4d10328d3acec64a62bfc9d88657ffd1c775b8d1..5c0953798535fb611e1544ad1cc7244e38a6d3f1 100644 (file)
                status = "disabled";
        };
 
+       timer@ff810000 {
+               compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
+               reg = <0x0 0xff810000 0x0 0x20>;
+               interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
+       };
+
        gic: interrupt-controller@ffb71000 {
                compatible = "arm,gic-400";
                interrupt-controller;