Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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
+1
drivers/pinctrl/intel/pinctrl-meteorlake.c
··· 584 584 }; 585 585 586 586 static const struct acpi_device_id mtl_pinctrl_acpi_match[] = { 587 + { "INTC105E", (kernel_ulong_t)&mtlp_soc_data }, 587 588 { "INTC1083", (kernel_ulong_t)&mtlp_soc_data }, 588 589 { "INTC1082", (kernel_ulong_t)&mtls_soc_data }, 589 590 { }