diff mbox series

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

Message ID 20200807150355.287181-6-seanga2@gmail.com
State Superseded
Delegated to: Andes
Headers show
Series [v2,1/7] wdt: dw: Switch to using fls for log2 | expand

Commit Message

Sean Anderson Aug. 7, 2020, 3:03 p.m. UTC
This adds the necessary bindings. Most of them are already there.

Signed-off-by: Sean Anderson <seanga2@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(-)

Comments

Rick Chen Aug. 12, 2020, 3:30 a.m. UTC | #1
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Sean Anderson
> Sent: Friday, August 07, 2020 11:04 PM
> To: u-boot@lists.denx.de
> Cc: Heinrich Schuchardt; Marek Vasut; Simon Glass; Jagan Teki; Bin Meng; Sean Anderson
> Subject: [PATCH v2 6/7] riscv: Add watchdog bindings for the k210
>
> This adds the necessary bindings. Most of them are already there.
>
> Signed-off-by: Sean Anderson <seanga2@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(-)
>

Acked-by: Rick Chen <rick@andestech.com>
diff mbox series

Patch

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@50410000 {