diff options
author | Sean Anderson | 2021-03-10 21:02:21 -0500 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-04-08 15:37:27 +0800 |
commit | b0479d1bf14eace5b044f6d99e802fabd18109d0 (patch) | |
tree | dad2b879b5cd8168fb4091ae2f4c497a1a6ac546 /arch | |
parent | 97bcdd28addde4233b6c53c03712eed5a807854c (diff) |
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>
Acked-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/dts/k210.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/dts/k210.dtsi b/arch/riscv/dts/k210.dtsi index 81b04018c63..0b79a296008 100644 --- a/arch/riscv/dts/k210.dtsi +++ b/arch/riscv/dts/k210.dtsi @@ -439,7 +439,6 @@ interrupts = <21>; clocks = <&sysclk K210_CLK_WDT0>; resets = <&sysrst K210_RST_WDT0>; - status = "disabled"; }; wdt1: watchdog@50410000 { |