ARM: dts: sun9i: Add missing watchdog clocks
authorMaxime Ripard <mripard@kernel.org>
Wed, 16 Oct 2019 10:48:05 +0000 (12:48 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 21 Oct 2019 11:20:47 +0000 (13:20 +0200)
The watchdog has a clock, but it wasn't always listed.  Add it to the
devicetree where it's missing.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
arch/arm/boot/dts/sun9i-a80.dtsi

index c34d505..6fb4297 100644 (file)
                        compatible = "allwinner,sun6i-a31-wdt";
                        reg = <0x06000ca0 0x20>;
                        interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&osc24M>;
                };
 
                pio: pinctrl@6000800 {
                        compatible = "allwinner,sun6i-a31-wdt";
                        reg = <0x08001000 0x20>;
                        interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&osc24M>;
                };
 
                prcm@8001400 {