summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2025-07-08 12:35:29 +0200
committerFabio Estevam <festevam@gmail.com>2025-07-10 08:02:11 -0300
commita4b03f8005744b48e93a3b69a9a3ad76caa708eb (patch)
treea6aeac10d1884504ac1b8cabca8de86fc2ba5171
parenta61e5c6427b969522a1a4e3b16994ed4091d6bdf (diff)
configs: imx6ulz_smm_m2b: Add board watchdog reset configuration
Add the configuration that allow to reset the board from reset cmd Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
-rw-r--r--configs/imx6ulz_smm_m2b_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx6ulz_smm_m2b_defconfig b/configs/imx6ulz_smm_m2b_defconfig
index 3d7530431fd..36f5922ea10 100644
--- a/configs/imx6ulz_smm_m2b_defconfig
+++ b/configs/imx6ulz_smm_m2b_defconfig
@@ -67,6 +67,8 @@ CONFIG_DM_PMIC=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_MXC_UART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
CONFIG_SPL_USB_HOST=y
@@ -78,3 +80,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CI_UDC=y
CONFIG_SDP_LOADADDR=0x877fffc0
CONFIG_SPL_USB_SDP_SUPPORT=y
+CONFIG_IMX_WATCHDOG=y