Home
last modified time | relevance | path

Searched hist:b410b1226620b6c959f1e9c87529acd058e90caf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.cdiff b410b1226620b6c959f1e9c87529acd058e90caf Tue May 22 18:08:41 CDT 2018 Dmitry Torokhov <dmitry.torokhov@gmail.com> platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found

Older models of Chromebooks did not describe the LPC EC in their ACPI
tables; starting with Strago-based devices Google is using GOOG0004 device
to describe EC LPC.

DMI-based match is fragile and does not work reliably, especially when
using custom firmware. It is also not needed when we can locate the right
ACPI device, so let's stop bailing out when DMI does not match but the
right ACPI device is present.

Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Benson Leung <bleung@chromium.org>