]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: freescale: imx93-phycore-som: Add watchdog ext-reset-output pin
authorPrimoz Fiser <primoz.fiser@norik.com>
Thu, 26 Jun 2025 07:16:29 +0000 (09:16 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:34:31 +0000 (16:34 +0800)
On phyCORE-i.MX93 SoM, the SoC WDOG_ANY output line is connected to the
external pca9451a PMIC WDOG_B input. Apply pinctrl and set the property
"fsl,ext-reset-output" for watchdog to trigger board reset via PMIC on
timeout/reset.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi

index 26bd801a49bb036330d02a1019595244395e8505..c6f5aa38ebf99b43adfb8bfd23f3859fcdb0fc8e 100644 (file)
 
 /* Watchdog */
 &wdog3 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_wdog>;
+       fsl,ext-reset-output;
        status = "okay";
 };
 
                        MX93_PAD_SD1_STROBE__USDHC1_STROBE      0x179e
                >;
        };
+
+       pinctrl_wdog: wdoggrp {
+               fsl,pins = <
+                       MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY       0x31e
+               >;
+       };
 };