Skip to content

Commit 4736ad9

Browse files
saschahauerShawn Guo
authored andcommitted
arm64: dts: freescale: tqma9352: Fix watchdog reset
On the tqma9352 the board is reset through an external PMIC, so set the fsl,ext-reset-output property to enable triggering the output pin on a watchdog trigger. Signed-off-by: Sascha Hauer <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Reviewed-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 4e69cd8 commit 4736ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
&wdog3 {
157157
pinctrl-names = "default";
158158
pinctrl-0 = <&pinctrl_wdog>;
159+
fsl,ext-reset-output;
159160
status = "okay";
160161
};
161162

0 commit comments

Comments
 (0)