From: Heiko Stuebner Date: Tue, 20 Jan 2015 20:12:16 +0000 (+0100) Subject: ARM: dts: rockchip: add rk3288 watchdog clock X-Git-Tag: v4.0-rc1~69^2~3^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39d05162a530b8e58119952dd60c7204e8512f0d;p=karo-tx-linux.git ARM: dts: rockchip: add rk3288 watchdog clock Add the clock property for the watchdog on rk3288 socs. Signed-off-by: Heiko Stuebner Reviewed-by: Doug Anderson Tested-by: Doug Anderson --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 37847c14b449..1e75a0f556d4 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -560,6 +560,7 @@ wdt: watchdog@ff800000 { compatible = "rockchip,rk3288-wdt", "snps,dw-wdt"; reg = <0xff800000 0x100>; + clocks = <&cru PCLK_WDT>; interrupts = ; status = "disabled"; };