pinctrl: tigerlake: Add Alder Lake-M ACPI ID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 25 May 2021 08:50:50 +0000 (11:50 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 25 May 2021 13:26:38 +0000 (16:26 +0300)
Intel Alder Lake-M PCH has the same GPIO hardware than Tiger Lake-LP
PCH but the ACPI ID is different. Add this new ACPI ID to the list of
supported devices.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-tigerlake.c

index 75b6d66955bfbcdf7caf4df9e1b98a3ed9c6a069..3e4ef2b87526890aa44a14b9b293a91ada204afc 100644 (file)
@@ -749,6 +749,7 @@ static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
        { "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
        { "INT34C6", (kernel_ulong_t)&tglh_soc_data },
        { "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
+       { "INTC1057", (kernel_ulong_t)&tgllp_soc_data },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);