diff options
| author | Fabio Estevam <[email protected]> | 2024-10-18 14:55:49 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-25 09:04:20 -0300 |
| commit | a5383f4b6a7a53bfef882b3713eba5a22be36685 (patch) | |
| tree | 9942458b8c15bba73768a380363e4e2eccb1212a | |
| parent | c39eb90f37012bc77ea034bc62d1dc8ff0646472 (diff) | |
mx6ul_14x14_evk: Convert to watchdog driver model
Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.
Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/mx6ul_14x14_evk_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig index 522c5660d72..9fbd2c648bc 100644 --- a/configs/mx6ul_14x14_evk_defconfig +++ b/configs/mx6ul_14x14_evk_defconfig @@ -89,6 +89,9 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y CONFIG_SOFT_SPI=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_WATCHDOG=y +CONFIG_SYSRESET_WATCHDOG_AUTO=y CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_SPL_USB_HOST=y @@ -107,3 +110,4 @@ CONFIG_VIDEO_MXS=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_BMP_16BPP=y +CONFIG_IMX_WATCHDOG=y |
