diff options
author | Robert Beckett <bob.beckett@collabora.com> | 2019-11-12 19:15:20 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | 7915e150d6d070172f5e280373c7955d69012f16 (patch) | |
tree | d22145da4cc1e9781f49009d39b49a85ded75fe7 /configs | |
parent | d494aeca4688a8040362fd968d0aa9a5b8e0bf55 (diff) | |
download | u-boot-7915e150d6d070172f5e280373c7955d69012f16.tar.gz |
board: ge: mx53ppd: use imx wdt
Enable DM imx WDT
Enable SYSRESET_WATCHDOG to maintain WDT based reset ability
Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx53ppd_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index 47481eaf60..7c44ea9be0 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -56,5 +56,8 @@ CONFIG_VIDEO=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_WATCHDOG_TIMEOUT_MSECS=8000 CONFIG_IMX_WATCHDOG=y +CONFIG_WDT=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_REGULATOR=y CONFIG_DM_USB=y |