Skip to content

Commit 2d80bd3

Browse files
andy-shevLinus Walleij
authored andcommitted
pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
Add one more model to the Chromebook DMI quirk to make it working again. Link: https://bugzilla.kernel.org/show_bug.cgi?id=194945 Fixes: 2a8209f ("pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems") Reported-by: [email protected] Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent d81ece7 commit 2d80bd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/pinctrl/intel/pinctrl-cherryview.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,13 @@ static const struct dmi_system_id chv_no_valid_mask[] = {
15471547
DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_Strago"),
15481548
},
15491549
},
1550+
{
1551+
.ident = "HP Chromebook 11 G5 (Setzer)",
1552+
.matches = {
1553+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1554+
DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"),
1555+
},
1556+
},
15501557
{
15511558
.ident = "Acer Chromebook R11 (Cyan)",
15521559
.matches = {

0 commit comments

Comments
 (0)