]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx9: soc: Mask the wdog reset in src by default on i.mx9
authorJacky Bai <ping.bai@nxp.com>
Thu, 19 Sep 2024 04:01:28 +0000 (12:01 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 19 Sep 2024 03:12:41 +0000 (00:12 -0300)
commitab7566d78b6bb6a0c4ba49c8bd866f7b98abb309
treed5ad11a51542e492b110c73808c4bfb4f837065b
parent7872a986e5834bcc387788968e7f9f520f2cb140
imx9: soc: Mask the wdog reset in src by default on i.mx9

Normally, the wdog will be used for trigger external PMIC reset
through the WDOG_ANY pin. If the PMIC chip has debounce logic for
the reset signal, in some corner case the wdog can NOT trigger
external PMIC reset if the SoC has been reset internal before the
PMIC captures the WDOG_ANY pin reset, so need to keep the WDOG3-5
reset masked in the SRC to let the PMIC to do the reset safely.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx9/soc.c