Skip to content

Commit 6f66db2

Browse files
committed
pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
It appears that last minute change moved ACPI ID of Alder Lake-M to the INTC1055, which is already in the driver. This ID on the other hand will be used elsewhere. This reverts commit 258435a. Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 500c77e commit 6f66db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pinctrl/intel/pinctrl-tigerlake.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ 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 },
753752
{ }
754753
};
755754
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);

0 commit comments

Comments
 (0)