[PATCH v2 6/7] riscv: Add watchdog bindings for the k210

Sean Anderson seanga2 at gmail.com
Fri Aug 7 17:03:53 CEST 2020


This adds the necessary bindings. Most of them are already there.

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---

Changes in v2:
- Move watchdog enable to k210.dtsi as it does not depend on anything
  board-specific.

 arch/riscv/dts/k210.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/riscv/dts/k210.dtsi b/arch/riscv/dts/k210.dtsi
index 2546c7d4e0..f70318cb12 100644
--- a/arch/riscv/dts/k210.dtsi
+++ b/arch/riscv/dts/k210.dtsi
@@ -425,7 +425,6 @@
 				interrupts = <21>;
 				clocks = <&sysclk K210_CLK_WDT0>;
 				resets = <&sysrst K210_RST_WDT0>;
-				status = "disabled";
 			};
 
 			wdt1: watchdog at 50410000 {
-- 
2.28.0



More information about the U-Boot mailing list