diff mbox series

[3/3] sunxi: dts: H616: Enable the watchdog

Message ID 20210822185330.18526-3-samuel@sholland.org
State Accepted
Commit 08bdb976b71ff61b894424e585e4421a706da24a
Delegated to: Andre Przywara
Headers show
Series [1/3] watchdog: Add a driver for the sunxi watchdog | expand

Commit Message

Samuel Holland Aug. 22, 2021, 6:53 p.m. UTC
For some reason, the watchdog was disabled in the H616 device tree. Most
likely this is a copy-paste from the H6 device tree: the H6 watchdog is
disabled because it is broken in some chips. However, there is no
evidence of issues with the H616 watchdog.

Enable the watchdog node so it can be used by the driver.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 arch/arm/dts/sun50i-h616.dtsi | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/sun50i-h616.dtsi b/arch/arm/dts/sun50i-h616.dtsi
index dd4d2f31111..2f71e853e96 100644
--- a/arch/arm/dts/sun50i-h616.dtsi
+++ b/arch/arm/dts/sun50i-h616.dtsi
@@ -122,7 +122,6 @@ 
 			reg = <0x030090a0 0x20>;
 			interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&osc24M>;
-			status = "disabled";
 		};
 
 		pio: pinctrl@300b000 {