Commit c9a8af80 authored by Leonidas P. Papadakos's avatar Leonidas P. Papadakos Committed by Heiko Stuebner

arm64: dts: rockchip: enable rk3328 watchdog clock

Add the missing clock property for the watchdog on rk3328.
Signed-off-by: default avatarLeonidas P. Papadakos <papadakospan@gmail.com>
[set wdt node to always enabled, as it is not board-specific]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent df7918d3
......@@ -407,6 +407,7 @@ wdt: watchdog@ff1a0000 {
compatible = "snps,dw-wdt";
reg = <0x0 0xff1a0000 0x0 0x100>;
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_WDT>;
};
pwm0: pwm@ff1b0000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment