arm64: dts: rockchip: enable rk3328 watchdog clock
From: Leonidas P. Papadakos <papadakospan@...> Date: Thu, 6 Jun 2019 02:57:14 +0300
Commit-Message
Add the missing clock property for the watchdog on rk3328. Signed-off-by: Leonidas P. Papadakos <papadakospan@...> [set wdt node to always enabled, as it is not board-specific] Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------- arch/arm64/boot/dts/rockchip/rk3328.dtsi -------------------
index 994468671b19..e9fefd8a7e02 100644
@@ -407,6 +407,7 @@
compatible = "snps,dw-wdt";
reg = <0x0 0xff1a0000 0x0 0x100>;
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru PCLK_WDT>;
};
pwm0: pwm@ff1b0000 {