From 08bdb976b71ff61b894424e585e4421a706da24a Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 22 Aug 2021 13:53:29 -0500 Subject: [PATCH] sunxi: dts: H616: Enable the watchdog 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 Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- arch/arm/dts/sun50i-h616.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/sun50i-h616.dtsi b/arch/arm/dts/sun50i-h616.dtsi index dd4d2f3111..2f71e853e9 100644 --- a/arch/arm/dts/sun50i-h616.dtsi +++ b/arch/arm/dts/sun50i-h616.dtsi @@ -122,7 +122,6 @@ reg = <0x030090a0 0x20>; interrupts = ; clocks = <&osc24M>; - status = "disabled"; }; pio: pinctrl@300b000 { -- 2.39.5