diff options
author | Katherine Hsieh <Katherine.Hsieh@quantatw.com> | 2017-03-13 14:37:49 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-21 16:48:36 +0100 |
commit | b980d1ae80e360c320185dec7e414c23588f9965 (patch) | |
tree | e440218f1443f59e6a4f7f9d40443defcbe8823f /src/mainboard/google/reef | |
parent | dce629b2f8260010a06ea5a9bd31f5c65f483f3d (diff) | |
download | coreboot-b980d1ae80e360c320185dec7e414c23588f9965.tar.xz |
google/sand: Add Raydium touchscreen device
We just support Raydium touchscreen instead of Elan.
Thus we have to remove Elan touchscreen device
and add Raydium touchsrcreen device.
BUG=b:35775065
BRANCH=reef
TEST=emerge-sand coreboot
Change-Id: I7b33a29287dcb90e379b52cc93825f2988a0d3c9
Signed-off-by: Katherine Hsieh <Katherine.Hsieh@quantatw.com>
Reviewed-on: https://review.coreboot.org/18789
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/variants/sand/devicetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/reef/variants/sand/devicetree.cb b/src/mainboard/google/reef/variants/sand/devicetree.cb index b0c82e2be8..0735a35e10 100644 --- a/src/mainboard/google/reef/variants/sand/devicetree.cb +++ b/src/mainboard/google/reef/variants/sand/devicetree.cb @@ -173,8 +173,8 @@ chip soc/intel/apollolake end # - I2C 2 device pci 16.3 on chip drivers/i2c/generic - register "hid" = ""ELAN0001"" - register "desc" = ""ELAN Touchscreen"" + register "hid" = ""RAYD0001"" + register "desc" = ""Raydium Touchscreen"" register "irq" = "ACPI_IRQ_EDGE_LOW(GPIO_21_IRQ)" register "probed" = "1" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_36)" @@ -182,7 +182,7 @@ chip soc/intel/apollolake register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_152)" register "enable_delay_ms" = "1" register "has_power_resource" = "1" - device i2c 10 on end + device i2c 39 on end end end # - I2C 3 device pci 17.0 on |