summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-08-06 17:33:09 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-08-06 17:43:51 +0300
commit7a4d2f715c54bd127c29f53951b25feebd9b8d51 (patch)
treed5f7b1beb237ba2d16fd7e1078fbacf098e11277
parent82370ff415984f21d1e445ccc55b0595ac97b3eb (diff)
verdin-imx8mm: fix reset command
Enabled DM_RESET so reset command works properly. Fixes this issue: Verdin iMX8MM # reset resetting ... sysreset_walk_halt() System reset not supported on this platform ERROR Please RESET the board Relates-to: ELB-2918 Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
-rw-r--r--configs/verdin-imx8mm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index 74ef08ed9d..cd7c0570a7 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -90,8 +90,10 @@ CONFIG_PINCTRL_IMX8M=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_RESET=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
+CONFIG_SYSRESET_PSCI=y
CONFIG_DM_THERMAL=y
CONFIG_NXP_TMU=y
CONFIG_USB=y