summaryrefslogtreecommitdiff
path: root/configs/imx8mm-cl-iot-gate_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-06-11 15:20:56 +0300
committerStefano Babic <sbabic@denx.de>2022-06-14 22:33:13 +0300
commit37750505b90ab762e9305d8e49fa4a7c6a24954d (patch)
treee5f8ec97e12c7b8fb3c629113b148e075afc06a0 /configs/imx8mm-cl-iot-gate_defconfig
parentd35130fef8a1c6a43a76fdcc5100d5d794084e93 (diff)
downloadu-boot-37750505b90ab762e9305d8e49fa4a7c6a24954d.tar.xz
imx: imx8mm-cl-iot-gate: Enable DM_SERIAL
Enable CONFIG_DM_SERIAL. uart3 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> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/imx8mm-cl-iot-gate_defconfig')
-rw-r--r--configs/imx8mm-cl-iot-gate_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-cl-iot-gate_defconfig b/configs/imx8mm-cl-iot-gate_defconfig
index 67f7576f99..dae7ddc20e 100644
--- a/configs/imx8mm-cl-iot-gate_defconfig
+++ b/configs/imx8mm-cl-iot-gate_defconfig
@@ -124,6 +124,7 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_RTC=y
CONFIG_RTC_ABX80X=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_DM_SPI=y