]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: tqma9352: Fix watchdog reset
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 15 Jul 2024 09:32:31 +0000 (11:32 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Aug 2024 03:39:50 +0000 (11:39 +0800)
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 <s.hauer@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index edbd8cad35bca1d99eb2e7c90677d324d81abb05..d3a0e1244aae670b7845bb7f7e5badbeed50609a 100644 (file)
 &wdog3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_wdog>;
+       fsl,ext-reset-output;
        status = "okay";
 };