summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorLeonidas P. Papadakos2019-06-06 01:57:14 +0200
committerHeiko Stuebner2019-06-27 12:17:48 +0200
commitc9a8af804d4b6743c068975a25ec1d15ac7f9da0 (patch)
tree30a08bc268d3eeb8570cdfbc0ce07446f95c8e6a /arch/arm64/boot
parentMerge branch 'v5.3-shared/clk-ids' into v5.3-armsoc/dts64 (diff)
downloadkernel-qcow2-linux-c9a8af804d4b6743c068975a25ec1d15ac7f9da0.tar.gz
kernel-qcow2-linux-c9a8af804d4b6743c068975a25ec1d15ac7f9da0.tar.xz
kernel-qcow2-linux-c9a8af804d4b6743c068975a25ec1d15ac7f9da0.zip
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3328.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 994468671b19..e9fefd8a7e02 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -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 {