[PATCH] serial: s5p: add compatible for exynos8895

Henrik Grimler henrik at grimler.se
Fri Oct 24 07:47:58 CEST 2025


Hi Kaustabh,

On Fri, Oct 17, 2025 at 08:59:22PM +0530, Kaustabh Chakraborty wrote:
> 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>

Reviewed-by: Henrik Grimler <henrik at grimler.se>

Thanks!

> ---
>  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>
> 


More information about the U-Boot mailing list