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/mainboard/google/zoombini/variants | |
parent | cf243657e7c33f8b2be31c80d438dae41b3d5f26 (diff) |
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/mainboard/google/zoombini/variants')
-rw-r--r-- | src/mainboard/google/zoombini/variants/meowth/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
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)" |