summaryrefslogtreecommitdiff
path: root/configs/imx8mm_evk_fspi_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-05-10 02:17:33 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:29 +0800
commitc2918f7dfe26e2a7c932bf512bae2a2f40e22093 (patch)
tree932a99b32195ed92a0c22bbb83290dd9eec77c25 /configs/imx8mm_evk_fspi_defconfig
parent1a6f138e9d24c0385bee7af37fddc40950ab1cd8 (diff)
MLK-25481 imx8mm/mn/mp: Keep watchdog disabled by default
WDOG HW can't be disabled once it is enabled. So after u-boot enables the watchdog, kernel has to service the watchdog all the time. However when suspend into s2idle mode, the WDOG counter is not stop, then cause WDOG timeout and reset the system. Change to not enable WDOG by default in u-boot to align previous release. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com> (cherry picked from commit 4eba19c72caa922a5c53a35855998ba7051f6542)
Diffstat (limited to 'configs/imx8mm_evk_fspi_defconfig')
-rw-r--r--configs/imx8mm_evk_fspi_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mm_evk_fspi_defconfig b/configs/imx8mm_evk_fspi_defconfig
index f32cc1c7d6..ed2ab8bb95 100644
--- a/configs/imx8mm_evk_fspi_defconfig
+++ b/configs/imx8mm_evk_fspi_defconfig
@@ -128,7 +128,6 @@ CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
CONFIG_DM_THERMAL=y
-CONFIG_IMX_WATCHDOG=y
CONFIG_IMX_TMU=y
CONFIG_USB_TCPC=y
CONFIG_USB=y