diff mbox series

[10/13,SRU,OEM-5.17] pinctrl: alderlake: Add Raptor Lake-S ACPI ID

Message ID 20220615082939.278128-11-koba.ko@canonical.com
State New
Headers show
Series Add support for Raptor Lake | expand

Commit Message

Koba Ko June 15, 2022, 8:29 a.m. UTC
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

BugLink: https://bugs.launchpad.net/bugs/1978794 

Intel Raptor Lake-S PCH has the same GPIO hardware than Alder Lake-S PCH
but the ACPI ID is different. Add this new ACPI ID to the list of supported
devices.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
(cherry picked from commit ddfdd1304e5996d8f49320cf09843d979912ab29)
Signed-off-by: Koba Ko <koba.ko@canonical.com>
---
 drivers/pinctrl/intel/pinctrl-alderlake.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/pinctrl-alderlake.c b/drivers/pinctrl/intel/pinctrl-alderlake.c
index efb664f12b5dd..51fb99cd64a25 100644
--- a/drivers/pinctrl/intel/pinctrl-alderlake.c
+++ b/drivers/pinctrl/intel/pinctrl-alderlake.c
@@ -416,6 +416,7 @@  static const struct intel_pinctrl_soc_data adls_soc_data = {
 
 static const struct acpi_device_id adl_pinctrl_acpi_match[] = {
 	{ "INTC1056", (kernel_ulong_t)&adls_soc_data },
+	{ "INTC1085", (kernel_ulong_t)&adls_soc_data },
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, adl_pinctrl_acpi_match);