aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2024-07-19 17:33:08 -0300
committerFabio Estevam <festevam@gmail.com>2024-07-22 17:55:35 -0300
commit5e4f16bdb38f39447710ddb3e91ed3d39763e8c8 (patch)
tree5eba2efa3bd5c7d4bfbac38bc483a393b0cc622b /configs
parentd509c48b650cca63eaa8d392eea4abbd876c587e (diff)
downloadu-boot-5e4f16bdb38f39447710ddb3e91ed3d39763e8c8.zip
u-boot-5e4f16bdb38f39447710ddb3e91ed3d39763e8c8.tar.gz
u-boot-5e4f16bdb38f39447710ddb3e91ed3d39763e8c8.tar.bz2
udoo_neo: 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. With the watchdog driver model in place, it is no longer needed to have board code to initialize the watchdog, so remove its related board code. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/udoo_neo_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/udoo_neo_defconfig b/configs/udoo_neo_defconfig
index 4986b4c..9f9ad0a 100644
--- a/configs/udoo_neo_defconfig
+++ b/configs/udoo_neo_defconfig
@@ -61,5 +61,8 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_ANATOP=y
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
+CONFIG_IMX_WATCHDOG=y