[PATCH] serial: s5p: add compatible for exynos8895
Minkyu Kang
promsoft at gmail.com
Wed Nov 26 09:48:07 CET 2025
Hi,
2025년 10월 18일 (토) 00:47, Kaustabh Chakraborty <kauschluss at disroot.org>님이 작성:
> Add the compatible for Exynos8895 UART as described in upstream
> devicetree bindings. This enables support for Exynos8895 and other
> similar UART devices, such as Exynos7870. Other than that, the driver
> works as-is.
>
> Signed-off-by: Kaustabh Chakraborty <kauschluss at disroot.org>
> ---
> drivers/serial/serial_s5p.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/serial/serial_s5p.c b/drivers/serial/serial_s5p.c
> index
> 734780a124ad47ed97811784edfdb45a75d37bf7..d46a88610ab88a227aa07b10c62576a13168bfbc
> 100644
> --- a/drivers/serial/serial_s5p.c
> +++ b/drivers/serial/serial_s5p.c
> @@ -258,6 +258,7 @@ static const struct dm_serial_ops s5p_serial_ops = {
> static const struct udevice_id s5p_serial_ids[] = {
> { .compatible = "samsung,exynos4210-uart", .data = PORT_S5P },
> { .compatible = "samsung,exynos850-uart", .data = PORT_S5P },
> + { .compatible = "samsung,exynos8895-uart", .data = PORT_S5P },
> { .compatible = "apple,s5l-uart", .data = PORT_S5L },
> { }
> };
>
> ---
> base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833
> change-id: 20251014-serial-s5p-exynos8895-3303dfe3a99b
>
> Best regards,
> --
> Kaustabh Chakraborty <kauschluss at disroot.org>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list