[coreboot-gerrit] Patch set updated for coreboot: google/sand: Add Raydium touchscreen device

Katherine Hsieh (Katherine.Hsieh@quantatw.com) gerrit at coreboot.org
Mon Mar 13 13:16:17 CET 2017


Katherine Hsieh (Katherine.Hsieh at quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18789

-gerrit

commit 9391856cd5e9e9c124eb1c80fcf70d4707eecc28
Author: Katherine Hsieh <Katherine.Hsieh at quantatw.com>
Date:   Mon Mar 13 14:37:49 2017 +0800

    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 at quantatw.com>
---
 src/mainboard/google/reef/variants/sand/devicetree.cb | 6 +++---
 1 file 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 b0c82e2..0735a35 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



More information about the coreboot-gerrit mailing list