diff options
author | Peng Fan <peng.fan@nxp.com> | 2024-12-24 20:33:36 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-12-30 16:31:57 +0800 |
commit | 4fc7028e2c130a4f840efb0156675ef70ff06029 (patch) | |
tree | 636712a1fcbdc7db1809899d266a91b524de6a0e | |
parent | 025cf78938c22a02ba7f8aae3f46186e59cfc3af (diff) |
arm64: dts: freescale: imx93-11x11-evk: enable fsl,ext-reset-output for wdog3
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts index 0e12dcd0d4d1..8491eb53120e 100644 --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts @@ -595,6 +595,9 @@ }; &wdog3 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_wdog>; + fsl,ext-reset-output; status = "okay"; }; @@ -932,4 +935,9 @@ >; }; + pinctrl_wdog: wdoggrp { + fsl,pins = < + MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY 0x31e + >; + }; }; |