From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Wunderlich Date: Mon, 10 Aug 2020 16:45:45 +0200 Subject: [PATCH 1/2] arm: dts: add watchdog-node for mt7622 In-Reply-To: <20200810144546.42807-1-linux@fw-web.de> References: <20200810144546.42807-1-linux@fw-web.de> Message-ID: <20200810144546.42807-2-linux@fw-web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Frank Wunderlich adding a watchdog-node to mt7622 dtsi Signed-off-by: Frank Wunderlich --- arch/arm/dts/mt7622.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi index f9ce0c6c3e..558b9f5ffc 100644 --- a/arch/arm/dts/mt7622.dtsi +++ b/arch/arm/dts/mt7622.dtsi @@ -142,6 +142,11 @@ reg = <0x10212000 0x800>; }; + wdt-reboot { + compatible = "wdt-reboot"; + wdt = <&watchdog>; + }; + gic: interrupt-controller at 10300000 { compatible = "arm,gic-400"; interrupt-controller; -- 2.25.1