]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: freescale: imx93-11x11-evk: enable fsl,ext-reset-output for wdog3
authorPeng Fan <peng.fan@nxp.com>
Tue, 24 Dec 2024 12:33:36 +0000 (20:33 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 30 Dec 2024 08:31:57 +0000 (16:31 +0800)
The WDOG_B is connected to external PMIC, so set "fsl,ext-reset-output"
to enable triggering PMIC reset.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts

index 0e12dcd0d4d1a3f65af3d250b1b96637a666e929..8491eb53120e6a9e21fccb2e5ea26371ee2bb4fb 100644 (file)
 };
 
 &wdog3 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_wdog>;
+       fsl,ext-reset-output;
        status = "okay";
 };
 
                >;
        };
 
+       pinctrl_wdog: wdoggrp {
+               fsl,pins = <
+                       MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY       0x31e
+               >;
+       };
 };