On Tue, 2017-07-04 at 15:58 +0300, Andy Shevchenko wrote: > Add one more model to the Chromebook DMI quirk to make it working > again. > Linus, I guess it's a good material for v4.13-rc2 if no objection. > 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@xxxxxxxxxxxxxxxx > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/pinctrl/intel/pinctrl-cherryview.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > 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[] = { > }, > }, > { > + .ident = "HP Chromebook 11 G5 (Setzer)", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "HP"), > + DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"), > + }, > + }, > + { > .ident = "Acer Chromebook R11 (Cyan)", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"), -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html