* [PATCH] serial: s5p: add compatible for exynos8895
@ 2025-10-17 15:29 Kaustabh Chakraborty
2025-10-24 5:47 ` Henrik Grimler
2025-11-26 8:48 ` Minkyu Kang
0 siblings, 2 replies; 3+ messages in thread
From: Kaustabh Chakraborty @ 2025-10-17 15:29 UTC (permalink / raw)
To: u-boot; +Cc: Tom Rini, Kaustabh Chakraborty
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@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@disroot.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] serial: s5p: add compatible for exynos8895
2025-10-17 15:29 [PATCH] serial: s5p: add compatible for exynos8895 Kaustabh Chakraborty
@ 2025-10-24 5:47 ` Henrik Grimler
2025-11-26 8:48 ` Minkyu Kang
1 sibling, 0 replies; 3+ messages in thread
From: Henrik Grimler @ 2025-10-24 5:47 UTC (permalink / raw)
To: Kaustabh Chakraborty; +Cc: u-boot, Tom Rini
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@disroot.org>
Reviewed-by: Henrik Grimler <henrik@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@disroot.org>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] serial: s5p: add compatible for exynos8895
2025-10-17 15:29 [PATCH] serial: s5p: add compatible for exynos8895 Kaustabh Chakraborty
2025-10-24 5:47 ` Henrik Grimler
@ 2025-11-26 8:48 ` Minkyu Kang
1 sibling, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2025-11-26 8:48 UTC (permalink / raw)
To: Kaustabh Chakraborty; +Cc: U-Boot Mailing List, Tom Rini
Hi,
2025년 10월 18일 (토) 00:47, Kaustabh Chakraborty <kauschluss@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@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@disroot.org>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-26 13:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 15:29 [PATCH] serial: s5p: add compatible for exynos8895 Kaustabh Chakraborty
2025-10-24 5:47 ` Henrik Grimler
2025-11-26 8:48 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox