diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-07-04 08:58:39 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-08-03 04:18:34 -0400 |
commit | 2d80bd3f7eb69204cd5dec4fa7fe7e12cbfaed13 (patch) | |
tree | ccc478be9db73af377ff6502bb4b297b3eb11b5c | |
parent | d81ece747d8727bb8b1cfc9a20dbe62f09a4e35a (diff) |
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: 2a8209fa6823 ("pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems")
Reported-by: mail@abhishek.geek.nz
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/intel/pinctrl-cherryview.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c index 20f1b4493994..04e929fd0ffe 100644 --- a/drivers/pinctrl/intel/pinctrl-cherryview.c +++ b/drivers/pinctrl/intel/pinctrl-cherryview.c | |||
@@ -1548,6 +1548,13 @@ static const struct dmi_system_id chv_no_valid_mask[] = { | |||
1548 | }, | 1548 | }, |
1549 | }, | 1549 | }, |
1550 | { | 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 | }, | ||
1557 | { | ||
1551 | .ident = "Acer Chromebook R11 (Cyan)", | 1558 | .ident = "Acer Chromebook R11 (Cyan)", |
1552 | .matches = { | 1559 | .matches = { |
1553 | DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), | 1560 | DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), |