[PATCH] mx51evk: Add DM_SERIAL support

2023-03-29 Thread sbabic
> The conversion to DM_SERIAL is mandatory, so add support > for it. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,Managing

[PATCH] mx51evk: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/mx51evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index b173648c8e..832f718410 100644 ---