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 <andriy.shevchenko@linux.intel.com> Cc: stable <stable@kernel.org> Link: https://lore.kernel.org/r/20231205195524.2705965-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f0b9d97 commit e92fad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)