Skip to content

Commit

Permalink
Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/lin…
Browse files Browse the repository at this point in the history
…ux/kernel/git/pinctrl/intel into fixes

intel-pinctrl for v6.11-1

This includes a new ACPI ID that is added to the Intel Meteor Lake
driver to support recent Intel Arrow Lake hardware.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Sep 13, 2024
2 parents da3ea35 + a366e46 commit d7c9ec3
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 @@ -584,6 +584,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 d7c9ec3

Please sign in to comment.