arm64: dts: imx8mm: Remove watchdog always-enabled property from eDM SBC
authorMarek Vasut <marex@denx.de>
Wed, 2 Nov 2022 21:19:03 +0000 (22:19 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Nov 2022 06:17:20 +0000 (14:17 +0800)
There is no such always-enabled property supported by gpio-watchdog
driver or described in its bindings, remove it.

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 4dac8d4..24f61db 100644 (file)
@@ -88,7 +88,6 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_watchdog_gpio>;
                compatible = "linux,wdt-gpio";
-               always-enabled;
                gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
                hw_algo = "level";
                /* Reset triggers in 2..3 seconds */