Commit b49f8e0e authored by Raul E Rangel's avatar Raul E Rangel Committed by Wolfram Sang

i2c: cros-ec-tunnel: Fix ACPI identifier

The initial patch was using the incorrect identifier.

Fixes: 9af1563a ("i2c: cros-ec-tunnel: Make the device acpi compatible")
Signed-off-by: default avatarRaul E Rangel <rrangel@chromium.org>
Acked-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 8ff2d7ca
......@@ -299,7 +299,7 @@ static const struct of_device_id cros_ec_i2c_of_match[] = {
MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
static const struct acpi_device_id cros_ec_i2c_tunnel_acpi_id[] = {
{ "GOOG001A", 0 },
{ "GOOG0012", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, cros_ec_i2c_tunnel_acpi_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment