Skip to content

Commit

Permalink
pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
westeri authored and gregkh committed Sep 18, 2024
1 parent b9d510e commit 2a01f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/intel/pinctrl-meteorlake.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ static const struct intel_pinctrl_soc_data mtls_soc_data = {
};

static const struct acpi_device_id mtl_pinctrl_acpi_match[] = {
{ "INTC105E", (kernel_ulong_t)&mtlp_soc_data },
{ "INTC1083", (kernel_ulong_t)&mtlp_soc_data },
{ "INTC1082", (kernel_ulong_t)&mtls_soc_data },
{ }
Expand Down

0 comments on commit 2a01f3b

Please sign in to comment.