Skip to content

Commit e92fad0

Browse files
andy-shevgregkh
authored andcommitted
serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
Granite Rapids-D has an additional UART that is enumerated via ACPI. Add ACPI ID for it. Signed-off-by: Andy Shevchenko <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f0b9d97 commit e92fad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tty/serial/8250/8250_dw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
777777
{ "INT33C5", (kernel_ulong_t)&dw8250_dw_apb },
778778
{ "INT3434", (kernel_ulong_t)&dw8250_dw_apb },
779779
{ "INT3435", (kernel_ulong_t)&dw8250_dw_apb },
780+
{ "INTC10EE", (kernel_ulong_t)&dw8250_dw_apb },
780781
{ },
781782
};
782783
MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);

0 commit comments

Comments
 (0)