Skip to content

Commit a366e46

Browse files
committed
pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
Intel Arrow Lake-H/U has the same GPIO hardware than Meteor Lake-P but the ACPI ID is different. Add this new ACPI ID to the list of supported devices. Cc: stable@vger.kernel.org Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
1 parent 8400291 commit a366e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/intel/pinctrl-meteorlake.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ static const struct intel_pinctrl_soc_data mtls_soc_data = {
584584
};
585585

586586
static const struct acpi_device_id mtl_pinctrl_acpi_match[] = {
587+
{ "INTC105E", (kernel_ulong_t)&mtlp_soc_data },
587588
{ "INTC1083", (kernel_ulong_t)&mtlp_soc_data },
588589
{ "INTC1082", (kernel_ulong_t)&mtls_soc_data },
589590
{ }

0 commit comments

Comments
 (0)