[PATCH] arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC

Shawn Guo shawnguo at kernel.org
Sat Dec 31 18:37:03 PST 2022


On Fri, Dec 16, 2022 at 01:05:52AM +0100, Marek Vasut wrote:
> The GPIO watchdog property name is 'always-running', not 'always-enabled'.

The patch only adds property 'always-running'.  Why is 'always-enabled'
involved here?

Shawn

> 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 at denx.de>
> ---
> Cc: Fabio Estevam <festevam at denx.de>
> Cc: Peng Fan <peng.fan at nxp.com>
> Cc: Shawn Guo <shawnguo at kernel.org>
> Cc: NXP Linux Team <linux-imx at nxp.com>
> To: linux-arm-kernel at lists.infradead.org
> ---
>  arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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 b337af03dacf2..5672662c62aca 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 @@ watchdog {
>  		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 */
> -- 
> 2.35.1
> 



More information about the linux-arm-kernel mailing list