serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Dec 2023 19:55:24 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2023 01:48:56 +0000 (10:48 +0900)
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>
drivers/tty/serial/8250/8250_dw.c

index b94f567647cb653b7332d25d06fa0674de0a21c1..e6218766d0c804a6b7230ecbc5604b4f7296b374 100644 (file)
@@ -777,6 +777,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
        { "INT33C5", (kernel_ulong_t)&dw8250_dw_apb },
        { "INT3434", (kernel_ulong_t)&dw8250_dw_apb },
        { "INT3435", (kernel_ulong_t)&dw8250_dw_apb },
+       { "INTC10EE", (kernel_ulong_t)&dw8250_dw_apb },
        { },
 };
 MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);