arm64: dts: rockchip: enable rk3328 watchdog clock
authorLeonidas P. Papadakos <papadakospan@gmail.com>
Wed, 5 Jun 2019 23:57:14 +0000 (02:57 +0300)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 27 Jun 2019 10:17:48 +0000 (12:17 +0200)
Add the missing clock property for the watchdog on rk3328.

Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
[set wdt node to always enabled, as it is not board-specific]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328.dtsi

index 994468671b19dd3c3895f20734c1308874888a90..e9fefd8a7e02d3a81054b304f1986018a9069478 100644 (file)
                compatible = "snps,dw-wdt";
                reg = <0x0 0xff1a0000 0x0 0x100>;
                interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru PCLK_WDT>;
        };
 
        pwm0: pwm@ff1b0000 {