[PATCH] arm64: dts: rockchip: Enable RK3576 watchdog

Sebastian Reichel posted 1 patch 1 month, 2 weeks ago
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: rockchip: Enable RK3576 watchdog
Posted by Sebastian Reichel 1 month, 2 weeks ago
The RK3576 watchdog does not need any board specific resources, so
let's enable it by default just like we do for RK3588.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
 arch/arm64/boot/dts/rockchip/rk3576.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3576.dtsi b/arch/arm64/boot/dts/rockchip/rk3576.dtsi
index c3cdae8a54941a75821aa6a642c535ced66a116a..1bffed162c307d3981a540d5727d477f0e6f47aa 100644
--- a/arch/arm64/boot/dts/rockchip/rk3576.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3576.dtsi
@@ -2073,7 +2073,6 @@ wdt: watchdog@2ace0000 {
 			clocks = <&cru TCLK_WDT0>, <&cru PCLK_WDT0>;
 			clock-names = "tclk", "pclk";
 			interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
-			status = "disabled";
 		};
 
 		spi0: spi@2acf0000 {

---
base-commit: e05818ef75bee755fc56811cb54febf4174d7cf2
change-id: 20250818-rk3576-watchdog-6943f9125e42

Best regards,
-- 
Sebastian Reichel <sre@kernel.org>
Re: [PATCH] arm64: dts: rockchip: Enable RK3576 watchdog
Posted by Heiko Stuebner 1 month, 1 week ago
On Mon, 18 Aug 2025 19:18:40 +0200, Sebastian Reichel wrote:
> The RK3576 watchdog does not need any board specific resources, so
> let's enable it by default just like we do for RK3588.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Enable RK3576 watchdog
      commit: 9c059700fee595142676a9bbaff6e40e3fcd9cbb

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>