From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Wunderlich Date: Sun, 16 Aug 2020 10:24:27 +0200 Subject: [PATCH v1 06/10] arm: dts: add watchdog-reboot node for mt7622 In-Reply-To: <20200816082431.5087-1-linux@fw-web.de> References: <20200816082431.5087-1-linux@fw-web.de> Message-ID: <20200816082431.5087-7-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 wdt-reboot 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 d0783bc9ff..fec071643e 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