Skip to content

Commit 4fc7028

Browse files
MrVanShawn Guo
authored andcommitted
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>
1 parent 025cf78 commit 4fc7028

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,9 @@
595595
};
596596

597597
&wdog3 {
598+
pinctrl-names = "default";
599+
pinctrl-0 = <&pinctrl_wdog>;
600+
fsl,ext-reset-output;
598601
status = "okay";
599602
};
600603

@@ -932,4 +935,9 @@
932935
>;
933936
};
934937

938+
pinctrl_wdog: wdoggrp {
939+
fsl,pins = <
940+
MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY 0x31e
941+
>;
942+
};
935943
};

0 commit comments

Comments
 (0)