diff options
author | Janice Li <janice.li@quantatw.com> | 2016-11-07 17:49:44 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-11-09 16:46:10 +0100 |
commit | e19c80b7ee2d6023f536b12f9576d6e5fd030f6e (patch) | |
tree | 334c3f796a2161c4cb699a3f828c7bb529877886 /src/mainboard | |
parent | b9cee241b93f54d6ea1ce6c3ae9375bdeafeea6c (diff) |
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@quantatw.com>
Change-Id: I95cf357efba958d7e864d2736d324e0aad70e307
Reviewed-on: https://review.coreboot.org/17257
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/reef/variants/pyro/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb index a0ba584e07..eb2f133dc6 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), |