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

pinctrl: tigerlake: Add Alder Lake-M ACPI ID

Intel Alder Lake-M 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
··· 749 749 { "INT34C5", (kernel_ulong_t)&tgllp_soc_data }, 750 750 { "INT34C6", (kernel_ulong_t)&tglh_soc_data }, 751 751 { "INTC1055", (kernel_ulong_t)&tgllp_soc_data }, 752 + { "INTC1057", (kernel_ulong_t)&tgllp_soc_data }, 752 753 { } 753 754 }; 754 755 MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);