[coreboot-gerrit] Patch set updated for coreboot: google/pyro: Update WACOM touchscreen ACPI _HID

Kevin Chiu (Kevin.Chiu@quantatw.com) gerrit at coreboot.org
Wed Nov 9 14:27:45 CET 2016


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

-gerrit

commit 2070168d8afc8652133d3002e29ac9798d237285
Author: Janice Li <janice.li at quantatw.com>
Date:   Mon Nov 7 17:49:44 2016 +0800

    google/pyro: Update WACOM touchscreen ACPI _HID
    
    WACOM request to add a new identifier `WCOMNTN2`,
    and use that for the board Pyro with all LCD combinations.
    
    BRANCH=master
    BUG=chrome-os-partner:58093
    TEST=emerge-pyro vboot_reference coreboot chromeos-bootimage
    Signed-off-by: Janice Li <janice.li at quantatw.com>
    Change-Id: I95cf357efba958d7e864d2736d324e0aad70e307
---
 src/drivers/i2c/wacom_ts/chip.h                       | 1 +
 src/mainboard/google/reef/variants/pyro/devicetree.cb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/drivers/i2c/wacom_ts/chip.h b/src/drivers/i2c/wacom_ts/chip.h
index b59f630..3c748d5 100644
--- a/src/drivers/i2c/wacom_ts/chip.h
+++ b/src/drivers/i2c/wacom_ts/chip.h
@@ -19,6 +19,7 @@
 #include <drivers/i2c/generic/chip.h>
 
 #define WCOM50C1_HID		"WCOM50C1"
+#define WCOMNTN2_HID		"WCOMNTN2"
 #define PNP0C50_CID		"PNP0C50"
 #define WCOM_TS_DESC		"WCOM Touchscreen"
 
diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb
index a0ba584..eb2f133 100644
--- a/src/mainboard/google/reef/variants/pyro/devicetree.cb
+++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb
@@ -133,7 +133,7 @@ chip soc/intel/apollolake
 		device pci 16.3 on
 			chip drivers/i2c/wacom_ts
 				register "generic" = "{
-					 .hid = WCOM50C1_HID,
+					 .hid = WCOMNTN2_HID,
 					 .cid = PNP0C50_CID,
 					 .desc = WCOM_TS_DESC,
 					 .irq = IRQ_EDGE_LOW(GPIO_21_IRQ),



More information about the coreboot-gerrit mailing list