Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: tigerlake: Add Alder Lake-P ACPI ID

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>

+1
+1
drivers/pinctrl/intel/pinctrl-tigerlake.c
··· 748 748 static const struct acpi_device_id tgl_pinctrl_acpi_match[] = { 749 749 { "INT34C5", (kernel_ulong_t)&tgllp_soc_data }, 750 750 { "INT34C6", (kernel_ulong_t)&tglh_soc_data }, 751 + { "INTC1055", (kernel_ulong_t)&tgllp_soc_data }, 751 752 { } 752 753 }; 753 754 MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);