diff options
| author | Frieder Schrempf <[email protected]> | 2025-08-25 15:54:32 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-05 09:03:28 -0300 |
| commit | 9e26426ceb0aacc52b3cf693fdeac3b13cb8e6f9 (patch) | |
| tree | 4fa9edb16b823bc1095f41f1535b31dd304b0fda | |
| parent | 410d9ccc0388b77b1e21ba218b2e21138930c90f (diff) | |
imx: kontron-sl-mx6ul: Enable watchdog and sysreset
Enable the watchdog and sysreset drivers and the wdt command.
This also fixes the non-working 'reset' command.
Signed-off-by: Frieder Schrempf <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx6ul_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index a5ee4d67c00..fed29e77936 100644 --- a/configs/kontron-sl-mx6ul_defconfig +++ b/configs/kontron-sl-mx6ul_defconfig @@ -51,6 +51,7 @@ CONFIG_CMD_SF_TEST=y CONFIG_CMD_USB=y CONFIG_CMD_USB_SDP=y CONFIG_CMD_USB_MASS_STORAGE=y +CONFIG_CMD_WDT=y CONFIG_CMD_CACHE=y CONFIG_CMD_SYSBOOT=y CONFIG_CMD_EXT4_WRITE=y @@ -107,6 +108,9 @@ CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y # CONFIG_FSL_QSPI_AHB_FULL_MAP is not set CONFIG_MXC_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 @@ -119,3 +123,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_SDP_LOADADDR=0x8f7fffc0 CONFIG_SPL_USB_SDP_SUPPORT=y +CONFIG_IMX_WATCHDOG=y |
