public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [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

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