aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2023-04-28 12:08:47 +0800
committerStefano Babic <sbabic@denx.de>2023-05-21 16:54:41 +0200
commitab2f54d21184d53f40e6e16a810c4df71ebb446a (patch)
tree9544b37392c190dad265ca786c97f435e162c836
parent8b0784ccbe1ce6628e6a997441b83c2b4f5d44f6 (diff)
downloadu-boot-ab2f54d21184d53f40e6e16a810c4df71ebb446a.zip
u-boot-ab2f54d21184d53f40e6e16a810c4df71ebb446a.tar.gz
u-boot-ab2f54d21184d53f40e6e16a810c4df71ebb446a.tar.bz2
imx9: imx93_evk: enable sysreset
Enable sysreset for i.MX93 EVK. Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--configs/imx93_11x11_evk_defconfig3
-rw-r--r--configs/imx93_11x11_evk_ld_defconfig3
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index cf240ba..eb4674d 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -112,6 +112,9 @@ CONFIG_DM_RTC=y
CONFIG_RTC_EMULATION=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_CMD_POWEROFF=y
+CONFIG_SYSRESET_PSCI=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_TMU=y
CONFIG_ULP_WATCHDOG=y
diff --git a/configs/imx93_11x11_evk_ld_defconfig b/configs/imx93_11x11_evk_ld_defconfig
index 7bcd80f..263193a 100644
--- a/configs/imx93_11x11_evk_ld_defconfig
+++ b/configs/imx93_11x11_evk_ld_defconfig
@@ -113,6 +113,9 @@ CONFIG_DM_RTC=y
CONFIG_RTC_EMULATION=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_CMD_POWEROFF=y
+CONFIG_SYSRESET_PSCI=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_TMU=y
CONFIG_ULP_WATCHDOG=y