summaryrefslogtreecommitdiff
path: root/configs/phycore-imx8mm_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-06-11 20:20:58 +0800
committerStefano Babic <sbabic@denx.de>2022-06-14 21:33:13 +0200
commit64d118b27f96aed81c2922e20d2b5db9e32a465f (patch)
tree092f801ad6254d7ce0a0a5f5c9b29dcfe207bfb6 /configs/phycore-imx8mm_defconfig
parent4ebb9a589852841c65ae68e2f3f3d160df40d55e (diff)
imx: imx8m[m/p]_phycore: 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_early_init to make sure driver model work. Signed-off-by: Peng Fan <peng.fan@nxp.com> Tested-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/phycore-imx8mm_defconfig')
-rw-r--r--configs/phycore-imx8mm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig
index b8cda9f64f..0316d45cae 100644
--- a/configs/phycore-imx8mm_defconfig
+++ b/configs/phycore-imx8mm_defconfig
@@ -120,6 +120,7 @@ CONFIG_PINCTRL_IMX8M=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_DM_SPI=y