ARM: dts: rockchip: add rk3288 watchdog clock
From: Heiko Stuebner <heiko@...> Date: Tue, 20 Jan 2015 21:12:16 +0100
Commit-Message
Add the clock property for the watchdog on rk3288 socs. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk3288.dtsi | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------------ arch/arm/boot/dts/rk3288.dtsi -------------------------
index 910dcad..6fcf74b9 100644
@@ -554,6 +554,7 @@
wdt: watchdog@ff800000 {
compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
reg = <0xff800000 0x100>;
+ clocks = <&cru PCLK_WDT>;
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};