* [PATCH] ARM: dts: sun9i: Add missing watchdog clocks
@ 2019-10-16 10:48 Maxime Ripard
0 siblings, 0 replies; only message in thread
From: Maxime Ripard @ 2019-10-16 10:48 UTC (permalink / raw)
To: Chen-Yu Tsai, Maxime Ripard; +Cc: linux-arm-kernel
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 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi
index b9b6fb00be28..b5c46934b5b1 100644
--- a/arch/arm/boot/dts/sun9i-a80.dtsi
+++ b/arch/arm/boot/dts/sun9i-a80.dtsi
@@ -947,6 +947,7 @@
compatible = "allwinner,sun6i-a31-wdt";
reg = <0x06000ca0 0x20>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&osc24M>;
};
pio: pinctrl@6000800 {
@@ -1154,6 +1155,7 @@
compatible = "allwinner,sun6i-a31-wdt";
reg = <0x08001000 0x20>;
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&osc24M>;
};
prcm@8001400 {
--
2.23.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-16 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 10:48 [PATCH] ARM: dts: sun9i: Add missing watchdog clocks Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).