Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e48cc181 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Heiko Stuebner
Browse files

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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d5a1df48
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -149,6 +149,14 @@
		clock-frequency = <24000000>;
		clock-frequency = <24000000>;
	};
	};


	timer: timer@ff810000 {
		compatible = "rockchip,rk3288-timer";
		reg = <0xff810000 0x20>;
		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&xin24m>, <&cru PCLK_TIMER>;
		clock-names = "timer", "pclk";
	};

	display-subsystem {
	display-subsystem {
		compatible = "rockchip,display-subsystem";
		compatible = "rockchip,display-subsystem";
		ports = <&vopl_out>, <&vopb_out>;
		ports = <&vopl_out>, <&vopb_out>;