i2c: cros-ec-tunnel: Fix ACPI identifier
authorRaul E Rangel <rrangel@chromium.org>
Thu, 21 Nov 2019 21:10:51 +0000 (14:10 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 31 Jan 2020 08:01:25 +0000 (09:01 +0100)
The initial patch was using the incorrect identifier.

Fixes: 9af1563a5486 ("i2c: cros-ec-tunnel: Make the device acpi compatible")
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-cros-ec-tunnel.c

index 8a2db3a..790ea3f 100644 (file)
@@ -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);