From: Caesar Wang Date: Fri, 25 Sep 2015 02:14:58 +0000 (+0800) Subject: arm64: dts: rockchip: Add the broadcast-timer for RK3368 SoC X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b8084e5b34e83875846053bf9cd951b7640e40fe;p=deliverable%2Flinux.git arm64: dts: rockchip: Add the broadcast-timer for RK3368 SoC 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. Signed-off-by: Caesar Wang Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index d8ccb17b9da0..122777b1441e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -579,6 +579,12 @@ status = "disabled"; }; + timer@ff810000 { + compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer"; + reg = <0x0 0xff810000 0x0 0x20>; + interrupts = ; + }; + gic: interrupt-controller@ffb71000 { compatible = "arm,gic-400"; interrupt-controller;