Commit 17ac5268 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Walleij

pinctrl: cannonlake: Fix community ordering for H variant

The driver was written based on an assumption that BIOS provides
unordered communities in ACPI DSDT. Nevertheless, it seems that
BIOS getting fixed before being provisioned to OxM:s.
So does driver.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=199911Reported-by: default avatarMarc Landolt <2009@marclandolt.ch>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fixes: a663ccf0 ("pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support")
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3c94d2d0
...@@ -444,12 +444,8 @@ static const struct intel_function cnlh_functions[] = { ...@@ -444,12 +444,8 @@ static const struct intel_function cnlh_functions[] = {
static const struct intel_community cnlh_communities[] = { static const struct intel_community cnlh_communities[] = {
CNL_COMMUNITY(0, 0, 50, cnlh_community0_gpps), CNL_COMMUNITY(0, 0, 50, cnlh_community0_gpps),
CNL_COMMUNITY(1, 51, 154, cnlh_community1_gpps), CNL_COMMUNITY(1, 51, 154, cnlh_community1_gpps),
/* CNL_COMMUNITY(2, 155, 248, cnlh_community3_gpps),
* ACPI MMIO resources are returned in reverse order for CNL_COMMUNITY(3, 249, 298, cnlh_community4_gpps),
* communities 3 and 4.
*/
CNL_COMMUNITY(3, 155, 248, cnlh_community3_gpps),
CNL_COMMUNITY(2, 249, 298, cnlh_community4_gpps),
}; };
static const struct intel_pinctrl_soc_data cnlh_soc_data = { static const struct intel_pinctrl_soc_data cnlh_soc_data = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment