mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
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>
This commit is contained in:
parent
6efb943b86
commit
258435a1c8
@ -749,6 +749,7 @@ static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
|
|||||||
{ "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
|
{ "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
|
||||||
{ "INT34C6", (kernel_ulong_t)&tglh_soc_data },
|
{ "INT34C6", (kernel_ulong_t)&tglh_soc_data },
|
||||||
{ "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
|
{ "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
|
||||||
|
{ "INTC1057", (kernel_ulong_t)&tgllp_soc_data },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
|
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user