From b9c68b6cad3f446dd2755856b2bace8a9dcd2c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 23 Feb 2021 12:57:28 +0100 Subject: [PATCH] bmips: bcm6358: add watchdog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Watchdog node was missing in commit 029093a302. Fixes: 029093a302c9 ("bmips: add new target") Signed-off-by: Álvaro Fernández Rojas Signed-off-by: maurerr --- target/linux/bmips/dts/bcm6358.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/bmips/dts/bcm6358.dtsi b/target/linux/bmips/dts/bcm6358.dtsi index 650459d339f..83cfb0ad90f 100644 --- a/target/linux/bmips/dts/bcm6358.dtsi +++ b/target/linux/bmips/dts/bcm6358.dtsi @@ -149,6 +149,15 @@ #reset-cells = <1>; }; + wdt: watchdog@fffe005c { + compatible = "brcm,bcm7038-wdt"; + reg = <0xfffe005c 0xc>; + + clocks = <&periph_osc>; + + timeout-sec = <30>; + }; + pinctrl: pin-controller@fffe0080 { compatible = "brcm,bcm6358-pinctrl"; reg = <0xfffe0080 0x8>,