diff mbox series

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

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

Commit Message

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

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

 arch/riscv/dts/k210-maix-bit.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/riscv/dts/k210-maix-bit.dts b/arch/riscv/dts/k210-maix-bit.dts
index 5b32c5fd5f..331742068d 100644
--- a/arch/riscv/dts/k210-maix-bit.dts
+++ b/arch/riscv/dts/k210-maix-bit.dts
@@ -45,3 +45,7 @@ 
 &i2s0 {
 	#sound-dai-cells = <1>;
 };
+
+&wdt0 {
+	status = "okay";
+};