mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
30 lines
1009 B
Diff
30 lines
1009 B
Diff
From d16813b1b07478fd4c7a13015b2a2e655769d3be Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 18 Aug 2025 19:18:40 +0200
|
|
Subject: [PATCH 024/113] FROMGIT(6.18): 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>
|
|
---
|
|
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 b99f4bd4c9d9..552e825a96d3 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3576.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3576.dtsi
|
|
@@ -2108,7 +2108,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 {
|
|
--
|
|
2.34.1
|
|
|