]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 24 Jun 2024 09:55:42 +0000 (12:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Sep 2024 17:24:10 +0000 (19:24 +0200)
commit a366e46da10d7bfa1a52c3bd31f342a3d0e8e7fe 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: stable@vger.kernel.org
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/intel/pinctrl-meteorlake.c

index 7ced2b402dce04a06127d4c1863a2a2b1d58c719..812696dfe30263fc4da1b2c63e924a8b645c43cc 100644 (file)
@@ -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 },
        { }