Skip to content

Commit 74c9497

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: freescale: imx93-14x14-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 4fc7028 commit 74c9497

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@
367367
};
368368

369369
&wdog3 {
370+
pinctrl-names = "default";
371+
pinctrl-0 = <&pinctrl_wdog>;
372+
fsl,ext-reset-output;
370373
status = "okay";
371374
};
372375

@@ -548,4 +551,10 @@
548551
MX93_PAD_SD2_VSELECT__USDHC2_VSELECT 0x51e
549552
>;
550553
};
554+
555+
pinctrl_wdog: wdoggrp {
556+
fsl,pins = <
557+
MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY 0x31e
558+
>;
559+
};
551560
};

0 commit comments

Comments
 (0)