Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH] serial: 8250_dw: Add ACPI ID for Sophgo SG2044 UART
@ 2025-03-04  7:02 Inochi Amaoto
  2025-03-04 11:36 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Inochi Amaoto @ 2025-03-04  7:02 UTC (permalink / raw)
  To: Ilpo Järvinen, Andy Shevchenko, Greg Kroah-Hartman,
	Jiri Slaby
  Cc: Inochi Amaoto, linux-kernel, linux-serial, Yixun Lan, Longbin Li

The UART on Sophgo SG2044 can be enumerated via ACPI.
Add ACPI ID for it.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
---
 drivers/tty/serial/8250/8250_dw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index 6afcf27db3b8..031ca1a7155b 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -785,6 +785,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
 	{ "INT3434", (kernel_ulong_t)&dw8250_dw_apb },
 	{ "INT3435", (kernel_ulong_t)&dw8250_dw_apb },
 	{ "INTC10EE", (kernel_ulong_t)&dw8250_dw_apb },
+	{ "SOPH0002", (kernel_ulong_t)&dw8250_skip_set_rate_data },
 	{ },
 };
 MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-04 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04  7:02 [PATCH] serial: 8250_dw: Add ACPI ID for Sophgo SG2044 UART Inochi Amaoto
2025-03-04 11:36 ` Andy Shevchenko
2025-03-04 11:48   ` Andy Shevchenko
2025-03-04 11:50     ` Inochi Amaoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox