From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Wed, 5 Aug 2020 15:14:12 -0400 Subject: [PATCH 6/7] riscv: Add watchdog bindings for the k210 In-Reply-To: <20200805191414.146609-1-seanga2@gmail.com> References: <20200805191414.146609-1-seanga2@gmail.com> Message-ID: <20200805191414.146609-6-seanga2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This adds the necessary bindings. Most of them are already there. Signed-off-by: Sean Anderson --- arch/riscv/dts/k210-maix-bit.dts | 4 ++++ 1 file changed, 4 insertions(+) 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"; +}; -- 2.27.0