Skip to content

Commit 258435a

Browse files
committed
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 <[email protected]> Acked-by: Mika Westerberg <[email protected]>
1 parent 6efb943 commit 258435a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/intel/pinctrl-tigerlake.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
749749
{ "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
750750
{ "INT34C6", (kernel_ulong_t)&tglh_soc_data },
751751
{ "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
752+
{ "INTC1057", (kernel_ulong_t)&tgllp_soc_data },
752753
{ }
753754
};
754755
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);

0 commit comments

Comments
 (0)