diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-08-21 16:38:35 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-08-23 12:02:07 +0200 |
commit | 9e1975f0bca9ef9fc5d76f056cab7240e25bca76 (patch) | |
tree | 4eb9785506dee33341a0f8908850827efec906a7 /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | ARM: dts: sunxi: Add missing watchdog interrupts (diff) | |
download | linux-9e1975f0bca9ef9fc5d76f056cab7240e25bca76.tar.xz linux-9e1975f0bca9ef9fc5d76f056cab7240e25bca76.zip |
ARM: dts: sunxi: Add missing watchdog clocks
The watchdog has a clock on all our SoCs, but it wasn't always listed.
Add it to the devicetree where it's missing.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 954489b4ec66..52eed0ae3607 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -452,6 +452,7 @@ compatible = "allwinner,sun6i-a31-wdt"; reg = <0x01c20ca0 0x20>; interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&osc24M>; }; pwm: pwm@1c21400 { |