pinctrl: tigerlake: Add Alder Lake-P ACPI ID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 Jan 2021 18:54:06 +0000 (20:54 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 8 Jan 2021 14:04:50 +0000 (16:04 +0200)
Intel Alder Lake-P PCH has the same GPIO hardware than Tiger Lake-LP
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>
drivers/pinctrl/intel/pinctrl-tigerlake.c

index 3e354e02f40848b3066695ad6e068a7de0e1228d..75b6d66955bfbcdf7caf4df9e1b98a3ed9c6a069 100644 (file)
@@ -748,6 +748,7 @@ static const struct intel_pinctrl_soc_data tglh_soc_data = {
 static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
        { "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
        { "INT34C6", (kernel_ulong_t)&tglh_soc_data },
+       { "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);