diff options
author | Marek Vasut <marex@denx.de> | 2022-12-16 03:05:52 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-09 10:19:23 +0300 |
commit | 2f440c4f04ca28e3ddf4bb6f3d25f7613abe2873 (patch) | |
tree | d7e876e4e5d6deab06ef1b5cc46825a1840734e0 /arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts | |
parent | 490748874ebf1875420fc29b335bba2075dd1b5e (diff) | |
download | linux-2f440c4f04ca28e3ddf4bb6f3d25f7613abe2873.tar.xz |
arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts b/arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts index 752f409a30b1..9889319d4f04 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts @@ -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 */ |