Skip to content

Commit bd38fa3

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: freescale: imx93-9x9-qsb: 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 74c9497 commit bd38fa3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@
459459
};
460460

461461
&wdog3 {
462+
pinctrl-names = "default";
463+
pinctrl-0 = <&pinctrl_wdog>;
464+
fsl,ext-reset-output;
462465
status = "okay";
463466
};
464467

@@ -646,4 +649,10 @@
646649
MX93_PAD_SD2_VSELECT__USDHC2_VSELECT 0x51e
647650
>;
648651
};
652+
653+
pinctrl_wdog: wdoggrp {
654+
fsl,pins = <
655+
MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY 0x31e
656+
>;
657+
};
649658
};

0 commit comments

Comments
 (0)