diff options
author | Marek Vasut <marex@denx.de> | 2022-12-16 01:05:52 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-09 08:19:23 +0100 |
commit | 2f440c4f04ca28e3ddf4bb6f3d25f7613abe2873 (patch) | |
tree | d7e876e4e5d6deab06ef1b5cc46825a1840734e0 /arch | |
parent | soc: imx8m: Fix incorrect check for of_clk_get_by_name() (diff) | |
download | linux-2f440c4f04ca28e3ddf4bb6f3d25f7613abe2873.tar.xz linux-2f440c4f04ca28e3ddf4bb6f3d25f7613abe2873.zip |
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')
-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 */ |