[PATCH 0/2] enable DM_SERIAL on imx8mn-evk and imx8mn-ddr4-evk

I was only able to test it on a 8MNANOD3L-EVK board. Please help testing this change on the other 2 eval boards (8MNANOLPD4-EVK, 8MNANOD4-EVK).
Heiko Thiery (2): ARM: imx: imx8mn-evk: enable DM_SERIAL ARM: imx: imx8mn-ddr4-evk: enable DM_SERIAL
configs/imx8mn_ddr4_evk_defconfig | 2 ++ configs/imx8mn_evk_defconfig | 2 ++ 2 files changed, 4 insertions(+)

U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request.
Signed-off-by: Heiko Thiery heiko.thiery@gmail.com --- v2: - add commit log to explain the change
configs/imx8mn_evk_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/imx8mn_evk_defconfig b/configs/imx8mn_evk_defconfig index 95ac6f85fa..15909d545c 100644 --- a/configs/imx8mn_evk_defconfig +++ b/configs/imx8mn_evk_defconfig @@ -84,6 +84,8 @@ CONFIG_DM_REGULATOR=y CONFIG_SPL_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y +# CONFIG_SPL_DM_SERIAL is not set CONFIG_MXC_UART=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y

Hi Heiko,
On Sat, Feb 26, 2022 at 6:44 AM Heiko Thiery heiko.thiery@gmail.com wrote:
U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request.
Signed-off-by: Heiko Thiery heiko.thiery@gmail.com
v2:
- add commit log to explain the change
Thanks for reworking the patch:
Reviewed-by: Fabio Estevam festevam@denx.de

U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request. Signed-off-by: Heiko Thiery heiko.thiery@gmail.com Reviewed-by: Fabio Estevam festevam@denx.de
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic

U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request.
Signed-off-by: Heiko Thiery heiko.thiery@gmail.com --- v2: - add commit log to explain the change
configs/imx8mn_ddr4_evk_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig index c13885ab5e..05aa4fb259 100644 --- a/configs/imx8mn_ddr4_evk_defconfig +++ b/configs/imx8mn_ddr4_evk_defconfig @@ -77,6 +77,8 @@ CONFIG_PINCTRL_IMX8M=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y +# CONFIG_SPL_DM_SERIAL is not set CONFIG_MXC_UART=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y

On Sat, Feb 26, 2022 at 6:45 AM Heiko Thiery heiko.thiery@gmail.com wrote:
U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request.
Signed-off-by: Heiko Thiery heiko.thiery@gmail.com
v2:
- add commit log to explain the change
Reviewed-by: Fabio Estevam festevam@denx.de
participants (3)
-
Fabio Estevam
-
Heiko Thiery
-
sbabic@denx.de