[PATCH 2/3] arm64: dts: freescale: imx93-14x14-evk: enable fsl,ext-reset-output for wdog3

Peng Fan (OSS) posted 3 patches 1 year, 4 months ago
There is a newer version of this series
[PATCH 2/3] arm64: dts: freescale: imx93-14x14-evk: enable fsl,ext-reset-output for wdog3
Posted by Peng Fan (OSS) 1 year, 4 months ago
From: Peng Fan <peng.fan@nxp.com>

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>
---
 arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
index 236a44c1782a..b8b5ca57902e 100644
--- a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
@@ -284,6 +284,7 @@ &usdhc2 {
 };
 
 &wdog3 {
+	fsl,ext-reset-output;
 	status = "okay";
 };
 

-- 
2.37.1