Skip to content

Commit ca199e1

Browse files
committed
Merge tag 'intel-pinctrl-v5.14-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into devel
intel-pinctrl for v5.14-1 * Enabling pin controller on Intel Alder Lake-M The following is an automated git shortlog grouped by driver: tigerlake: - Add Alder Lake-M ACPI ID
2 parents 21c423a + 258435a commit ca199e1

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)