aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-06-11 20:20:59 +0800
committerStefano Babic <sbabic@denx.de>2022-06-14 21:33:13 +0200
commitbb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472 (patch)
tree341d1aaed9b61fbfa31c0cb14ab2952af6d1f128 /configs
parent64d118b27f96aed81c2922e20d2b5db9e32a465f (diff)
downloadu-boot-bb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472.zip
u-boot-bb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472.tar.gz
u-boot-bb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472.tar.bz2
imx: imx8mn_var_som: enable DM_SERIAL
Enable CONFIG_DM_SERIAL. uart and its pinmux was already marked with u-boot,dm-spl. Move preloader_console_init after spl_init to make sure driver model work. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mn_var_som_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_var_som_defconfig b/configs/imx8mn_var_som_defconfig
index 898f3f2..889bcf7 100644
--- a/configs/imx8mn_var_som_defconfig
+++ b/configs/imx8mn_var_som_defconfig
@@ -96,6 +96,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