1
0
Fork 0

arm64: dts: rockchip: enable rk3328 watchdog clock

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>
alistair/sunxi64-5.4-dsi
Leonidas P. Papadakos 2019-06-06 02:57:14 +03:00 committed by Heiko Stuebner
parent df7918d3a3
commit c9a8af804d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {