summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2019-11-21 14:10:51 -0700
committerWolfram Sang <wsa@the-dreams.de>2020-01-31 09:01:25 +0100
commitb49f8e0e7bd17b968129790e40f9e2566f4f95ec (patch)
treea8e1dc4fa71893af1e5c25729cb4e4f185c1c733 /drivers/i2c
parent8ff2d7ca4a55dfabf12e876369835bd024eb4621 (diff)
downloadlinux-b49f8e0e7bd17b968129790e40f9e2566f4f95ec.tar.gz
linux-b49f8e0e7bd17b968129790e40f9e2566f4f95ec.tar.xz
i2c: cros-ec-tunnel: Fix ACPI identifier
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-cros-ec-tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-cros-ec-tunnel.c b/drivers/i2c/busses/i2c-cros-ec-tunnel.c
index 8a2db3ac3b3c..790ea3fda693 100644
--- a/drivers/i2c/busses/i2c-cros-ec-tunnel.c
+++ b/drivers/i2c/busses/i2c-cros-ec-tunnel.c
@@ -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);