Skip to content

Commit 899b7e3

Browse files
westeriandy-shev
authored andcommitted
pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent af0c533 commit 899b7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/intel/pinctrl-sunrisepoint.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ static const struct intel_pinctrl_soc_data spth_soc_data = {
589589

590590
static const struct acpi_device_id spt_pinctrl_acpi_match[] = {
591591
{ "INT344B", (kernel_ulong_t)&sptlp_soc_data },
592+
{ "INT3451", (kernel_ulong_t)&spth_soc_data },
592593
{ "INT345D", (kernel_ulong_t)&spth_soc_data },
593594
{ }
594595
};

0 commit comments

Comments
 (0)