diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-05-05 15:43:28 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-05-20 12:36:48 +0200 |
commit | fbc6b1414342910550728b82fda0e47af4833463 (patch) | |
tree | c8b3fbd3f22eb239a6fc505caf74d44484662eb4 /configs | |
parent | c898b53755e6267e3eac7c3ce5fdb45b0dcdd10f (diff) | |
download | u-boot-fbc6b1414342910550728b82fda0e47af4833463.tar.gz u-boot-fbc6b1414342910550728b82fda0e47af4833463.tar.bz2 u-boot-fbc6b1414342910550728b82fda0e47af4833463.zip |
imx: imx8mp_rsb3720a1: convert to 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/imx8mp_rsb3720a1_4G_defconfig | 1 | ||||
-rw-r--r-- | configs/imx8mp_rsb3720a1_6G_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mp_rsb3720a1_4G_defconfig b/configs/imx8mp_rsb3720a1_4G_defconfig index d7f1aa0f15..323a7eacdc 100644 --- a/configs/imx8mp_rsb3720a1_4G_defconfig +++ b/configs/imx8mp_rsb3720a1_4G_defconfig @@ -133,6 +133,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_DM_REGULATOR_GPIO=y CONFIG_DM_RTC=y CONFIG_RTC_S35392A=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y diff --git a/configs/imx8mp_rsb3720a1_6G_defconfig b/configs/imx8mp_rsb3720a1_6G_defconfig index 7ceac2b14e..3feb6396d5 100644 --- a/configs/imx8mp_rsb3720a1_6G_defconfig +++ b/configs/imx8mp_rsb3720a1_6G_defconfig @@ -134,6 +134,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_DM_REGULATOR_GPIO=y CONFIG_DM_RTC=y CONFIG_RTC_S35392A=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |