diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2018-07-03 14:31:31 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-06 12:58:20 +0000 |
commit | 145ef87b32324403d8a8372414d1d544527c129c (patch) | |
tree | 8259a30588b462155ff0acc7880d6485d436bed7 /src/drivers/i2c/sx9310 | |
parent | cf243657e7c33f8b2be31c80d438dae41b3d5f26 (diff) | |
download | coreboot-145ef87b32324403d8a8372414d1d544527c129c.tar.xz |
google: Use proper ACPI ID for Semtech chips: STH
Change-Id: I85cd567a923cccd2504f351aae276b5f0d9db4de
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://review.coreboot.org/27347
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt Delco <delco@google.com>
Reviewed-by: Seunghwan Kim <sh_.kim@samsung.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/i2c/sx9310')
-rw-r--r-- | src/drivers/i2c/sx9310/sx9310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/sx9310/sx9310.c b/src/drivers/i2c/sx9310/sx9310.c index 5f63734c9b..3443f5cd23 100644 --- a/src/drivers/i2c/sx9310/sx9310.c +++ b/src/drivers/i2c/sx9310/sx9310.c @@ -22,7 +22,7 @@ #include <string.h> #include "chip.h" -#define I2C_SX9310_ACPI_ID "SX9310" +#define I2C_SX9310_ACPI_ID "STH9310" #define I2C_SX9310_ACPI_NAME "Semtech SX9310" #define REGISTER(NAME) acpi_dp_add_integer(dsd, \ |