summaryrefslogtreecommitdiff
path: root/configs/imx8mn_bsh_smm_s2_defconfig
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2022-04-18 08:53:36 +0200
committerStefano Babic <sbabic@denx.de>2022-04-21 15:18:25 +0200
commit0016e62813a151557ea5a3fd083417eaf03aa576 (patch)
tree559398482c96a3484d79ff4db6ff24737e498b06 /configs/imx8mn_bsh_smm_s2_defconfig
parent6a21c695213bf1f2541feaf16fad46a54c00646b (diff)
board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL
Enable DM_SERIAL for both U_Boot and the SPL. The uart4 and its pinmux are already marked with u-boot,dm-spl but we need to move the call to preloader_console_init() after spl_init() to avoid a board hang as dm can't be used until after spl_init(). Remove the manual config of the UART pinmux now that it is no longer needed. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Cc: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de> Tested-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Diffstat (limited to 'configs/imx8mn_bsh_smm_s2_defconfig')
-rw-r--r--configs/imx8mn_bsh_smm_s2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_bsh_smm_s2_defconfig b/configs/imx8mn_bsh_smm_s2_defconfig
index 3d67079a46..e864685a62 100644
--- a/configs/imx8mn_bsh_smm_s2_defconfig
+++ b/configs/imx8mn_bsh_smm_s2_defconfig
@@ -80,6 +80,7 @@ CONFIG_SPL_DM_PMIC_BD71837=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
CONFIG_SYSRESET_PSCI=y