diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-08-18 19:18:40 +0200 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-08-24 12:18:26 +0200 |
| commit | 9c059700fee595142676a9bbaff6e40e3fcd9cbb (patch) | |
| tree | 60a75bc54197f587308746b7a780c3e579e47f03 | |
| parent | 67b2c15d8fb3c1447a23358075e4f336d40d9797 (diff) | |
| download | linux-9c059700fee595142676a9bbaff6e40e3fcd9cbb.tar.gz linux-9c059700fee595142676a9bbaff6e40e3fcd9cbb.zip | |
arm64: dts: rockchip: Enable RK3576 watchdog
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>
Link: https://lore.kernel.org/r/20250818-rk3576-watchdog-v1-1-28f82e01029c@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3576.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3576.dtsi b/arch/arm64/boot/dts/rockchip/rk3576.dtsi index 93143e63898e..fc4e9e07f1cf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3576.dtsi @@ -2275,7 +2275,6 @@ clocks = <&cru TCLK_WDT0>, <&cru PCLK_WDT0>; clock-names = "tclk", "pclk"; interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; - status = "disabled"; }; spi0: spi@2acf0000 { |
