summaryrefslogtreecommitdiff
path: root/configs/kontron-sl-mx8mm_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-06-11 20:21:00 +0800
committerStefano Babic <sbabic@denx.de>2022-06-14 21:33:13 +0200
commit0a16da8079a86a566c62bfb4ec2d12bd9d6cb306 (patch)
treec5429ed8d8636a911993a81b42dd492fee5152ea /configs/kontron-sl-mx8mm_defconfig
parentbb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472 (diff)
imx: kontron-sl-mx8mm: 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> Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Fabio Estevam <festevam@denx.de> Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'configs/kontron-sl-mx8mm_defconfig')
-rw-r--r--configs/kontron-sl-mx8mm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig
index 0fceb60c61..d508bcbd61 100644
--- a/configs/kontron-sl-mx8mm_defconfig
+++ b/configs/kontron-sl-mx8mm_defconfig
@@ -114,6 +114,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_RTC=y
CONFIG_RTC_RV8803=y
CONFIG_CONS_INDEX=2
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_DM_SPI=y