Skip to content

Commit d7c9ec3

Browse files
committed
Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/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>
2 parents da3ea35 + a366e46 commit d7c9ec3

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)