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>
This commit is contained in:
parent
b9cee241b9
commit
e19c80b7ee
|
@ -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"
|
||||
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue