From 35d0fdbf17426332db8fb015a7ff7d88e5b47a64 Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Mon, 10 Aug 2020 16:45:45 +0200 Subject: [PATCH] arm: dts: add watchdog-node for mt7622 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 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@10300000 { compatible = "arm,gic-400"; interrupt-controller; -- 2.39.5