Skip to content

Commit 260996c

Browse files
dtorwesteri
authored andcommitted
pinctrl: cherryview: restore Strago DMI workaround for all versions
This is essentially a revert of: e3f72b7 pinctrl: cherryview: fix Strago DMI workaround 86c5dd6 pinctrl: cherryview: limit Strago DMI workarounds to version 1.0 because even with 1.1 versions of BIOS there are some pins that are configured as interrupts but not claimed by any driver, and they sometimes fire up and result in interrupt storms that cause touchpad stop functioning and other issues. Given that we are unlikely to qualify another firmware version for a while it is better to keep the workaround active on all Strago boards. Reported-by: Alex Levin <[email protected]> Fixes: 86c5dd6 ("pinctrl: cherryview: limit Strago DMI workarounds to version 1.0") Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Tested-by: Alex Levin <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
1 parent 57ff2df commit 260996c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/pinctrl/intel/pinctrl-cherryview.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,31 +1513,27 @@ static const struct dmi_system_id chv_no_valid_mask[] = {
15131513
.matches = {
15141514
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
15151515
DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_Strago"),
1516-
DMI_MATCH(DMI_PRODUCT_VERSION, "1.0"),
15171516
},
15181517
},
15191518
{
15201519
.ident = "HP Chromebook 11 G5 (Setzer)",
15211520
.matches = {
15221521
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
15231522
DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"),
1524-
DMI_MATCH(DMI_PRODUCT_VERSION, "1.0"),
15251523
},
15261524
},
15271525
{
15281526
.ident = "Acer Chromebook R11 (Cyan)",
15291527
.matches = {
15301528
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
15311529
DMI_MATCH(DMI_PRODUCT_NAME, "Cyan"),
1532-
DMI_MATCH(DMI_PRODUCT_VERSION, "1.0"),
15331530
},
15341531
},
15351532
{
15361533
.ident = "Samsung Chromebook 3 (Celes)",
15371534
.matches = {
15381535
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
15391536
DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
1540-
DMI_MATCH(DMI_PRODUCT_VERSION, "1.0"),
15411537
},
15421538
},
15431539
{}

0 commit comments

Comments
 (0)