pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 16 Jan 2020 11:09:51 +0000 (13:09 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 16 Jan 2020 11:30:19 +0000 (13:30 +0200)
Intel Coffee Lake-S PCH has the same GPIO hardware than Sunrisepoint-H
PCH but the ACPI ID is different. Add this new ACPI ID to the list of
supported devices.

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

index d936e7aa74c4b258a225ad956dad97731e68137a..330c8f077b73aa5db918f50f8ae79c2a7f9ee80c 100644 (file)
@@ -589,6 +589,7 @@ static const struct intel_pinctrl_soc_data spth_soc_data = {
 
 static const struct acpi_device_id spt_pinctrl_acpi_match[] = {
        { "INT344B", (kernel_ulong_t)&sptlp_soc_data },
+       { "INT3451", (kernel_ulong_t)&spth_soc_data },
        { "INT345D", (kernel_ulong_t)&spth_soc_data },
        { }
 };