diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-05-05 15:43:30 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-05-20 09:30:28 +0200 |
commit | 2232d5f5b7ef1d49814686573f34624891f0c7f1 (patch) | |
tree | 9cc9a283953d2007460f217570cf4178ce40f8c2 /configs | |
parent | d003d89372b0699cff5bfbd347cb3400d981ab60 (diff) | |
download | u-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.tar.gz u-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.tar.bz2 u-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.zip |
imx: imx8mm_mx8menlo: Enable DM_SERIAL
Enable CONFIG_DM_SERIAL. uart2 and its pinmux was already
marked with u-boot,dm-spl.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mm-mx8menlo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-mx8menlo_defconfig b/configs/imx8mm-mx8menlo_defconfig index 0d3e19e5e3..a4164951de 100644 --- a/configs/imx8mm-mx8menlo_defconfig +++ b/configs/imx8mm-mx8menlo_defconfig @@ -105,6 +105,7 @@ CONFIG_DM_PMIC_PFUZE100=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_SPL_SYSRESET=y |