summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2018-07-03 14:31:31 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-07-06 12:58:20 +0000
commit145ef87b32324403d8a8372414d1d544527c129c (patch)
tree8259a30588b462155ff0acc7880d6485d436bed7
parentcf243657e7c33f8b2be31c80d438dae41b3d5f26 (diff)
downloadcoreboot-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>
-rw-r--r--src/drivers/i2c/sx9310/sx9310.c2
-rw-r--r--src/mainboard/google/poppy/variants/nautilus/devicetree.cb2
-rw-r--r--src/mainboard/google/zoombini/variants/meowth/devicetree.cb4
3 files changed, 4 insertions, 4 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, \
diff --git a/src/mainboard/google/poppy/variants/nautilus/devicetree.cb b/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
index 68246c695e..b2617e54f6 100644
--- a/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
@@ -330,7 +330,7 @@ chip soc/intel/skylake
end # I2C #1
device pci 15.2 on
chip drivers/i2c/generic
- register "hid" = ""SX9321""
+ register "hid" = ""STH9321""
register "name" = ""SEMTECH SX9321""
register "desc" = ""SAR Proximity Sensor""
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_A18_IRQ)"
diff --git a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
index adeedea701..bbff695b29 100644
--- a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
+++ b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
@@ -107,7 +107,7 @@ chip soc/intel/cannonlake
end # I2C #0
device pci 15.1 on
chip drivers/i2c/generic
- register "hid" = ""SX9310""
+ register "hid" = ""STH9310""
register "name" = ""SEMTECH SX9310""
register "desc" = ""Left SAR Proximity Sensor""
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_C3_IRQ)"
@@ -145,7 +145,7 @@ chip soc/intel/cannonlake
device pci 19.0 on end # I2C #4
device pci 19.1 on
chip drivers/i2c/generic
- register "hid" = ""SX9310""
+ register "hid" = ""STH9310""
register "name" = ""SEMTECH SX9310""
register "desc" = ""Right SAR Proximity Sensor""
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_C4_IRQ)"