arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC
authorMarek Vasut <marex@denx.de>
Fri, 16 Dec 2022 00:05:52 +0000 (01:05 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Jan 2023 07:19:23 +0000 (15:19 +0800)
The GPIO watchdog property name is 'always-running', not 'always-enabled'.
Use the correct property name and reinstate it into the DT.

Fixes: eff6b33c9ce9 ("arm64: dts: imx8mm: Remove watchdog always-enabled property from eDM SBC")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts

index 752f409a30b16eb4a96c0ca7cef66885e26b8625..9889319d4f04530fa30dbce4e9e190e7c3679009 100644 (file)
@@ -88,6 +88,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_watchdog_gpio>;
                compatible = "linux,wdt-gpio";
+               always-running;
                gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
                hw_algo = "level";
                /* Reset triggers in 2..3 seconds */