aboutsummaryrefslogtreecommitdiff
path: root/configs/opos6uldev_defconfig
diff options
context:
space:
mode:
authorSébastien Szymanski2024-02-23 12:28:04 +0100
committerFabio Estevam2024-02-24 16:29:24 -0300
commit7c76b1b91bf67cd09fdf5dbd71590f9e580590fa (patch)
tree04100a413ed4ce0091d027cc6260d2ecbfd4fb15 /configs/opos6uldev_defconfig
parent73454c85cd91e8d0d43318c4110fcaf3ec4a6e33 (diff)
opos6uldev: 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: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/opos6uldev_defconfig')
-rw-r--r--configs/opos6uldev_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig
index ac4170d2e49..e1884df9dd2 100644
--- a/configs/opos6uldev_defconfig
+++ b/configs/opos6uldev_defconfig
@@ -102,6 +102,8 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
@@ -123,4 +125,5 @@ CONFIG_SPLASH_SOURCE=y
CONFIG_BMP_16BPP=y
CONFIG_BMP_24BPP=y
CONFIG_BMP_32BPP=y
+CONFIG_IMX_WATCHDOG=y
# CONFIG_EFI_LOADER is not set