Skip to content

Commit 2a01f3b

Browse files
westerigregkh
authored andcommitted
pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
commit a366e46 upstream. 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: [email protected] Signed-off-by: Mika Westerberg <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b9d510e commit 2a01f3b

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
@@ -583,6 +583,7 @@ static const struct intel_pinctrl_soc_data mtls_soc_data = {
583583
};
584584

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

0 commit comments

Comments
 (0)