Skip to content

Commit c9a8af8

Browse files
lpapadakosmmind
authored andcommitted
arm64: dts: rockchip: enable rk3328 watchdog clock
Add the missing clock property for the watchdog on rk3328. Signed-off-by: Leonidas P. Papadakos <[email protected]> [set wdt node to always enabled, as it is not board-specific] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent df7918d commit c9a8af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@
407407
compatible = "snps,dw-wdt";
408408
reg = <0x0 0xff1a0000 0x0 0x100>;
409409
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
410+
clocks = <&cru PCLK_WDT>;
410411
};
411412

412413
pwm0: pwm@ff1b0000 {

0 commit comments

Comments
 (0)