summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-12-05 21:55:24 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-12-13 18:45:31 +0100
commit977a60f0639fbeea0161e6ce516c8d2f3dbefe78 (patch)
tree8de439db8262eb51a2bd0c3d07d8f930931311eb /drivers/tty
parenta05c646d3c7db07ba92b50463a29cefbd6a565a2 (diff)
downloadlinux-stable-977a60f0639fbeea0161e6ce516c8d2f3dbefe78.tar.gz
linux-stable-977a60f0639fbeea0161e6ce516c8d2f3dbefe78.tar.bz2
linux-stable-977a60f0639fbeea0161e6ce516c8d2f3dbefe78.zip
serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
commit e92fad024929c79460403acf946bc9c09ce5c3a9 upstream. 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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_dw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index f4cafca1a7da..a1f2259cc9a9 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -798,6 +798,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);