diff options
author | Wei-Ning Huang <wnhuang@google.com> | 2017-02-07 14:14:39 +0800 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2017-02-14 18:30:48 +0100 |
commit | e9a22958f0cc35ae28f36614b940ff1cfcb5df6f (patch) | |
tree | e79bacb51dc018732ed1b7deba50b54f05285d34 /src/mainboard/google/eve | |
parent | 474a7c51cecfd2e37b315da9cfb25607f3ad84f1 (diff) | |
download | coreboot-e9a22958f0cc35ae28f36614b940ff1cfcb5df6f.tar.xz |
google/eve: change touchpad HID
Change touchpad HID to use with the Google Centroiding Touchpad driver.
BUG=chrome-os-partner:61088
TEST=`emerge-eve coreboot`
Change-Id: I199ff46f1a93d3eccc8c694742585dcf37b2373f
Signed-off-by: Wei-Ning Huang <wnhuang@google.com>
Reviewed-on: https://review.coreboot.org/18359
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/eve')
-rw-r--r-- | src/mainboard/google/eve/devicetree.cb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/google/eve/devicetree.cb b/src/mainboard/google/eve/devicetree.cb index d619d6084c..8a6764237b 100644 --- a/src/mainboard/google/eve/devicetree.cb +++ b/src/mainboard/google/eve/devicetree.cb @@ -218,11 +218,10 @@ chip soc/intel/skylake end end # I2C #1 device pci 15.2 on - chip drivers/i2c/hid - register "generic.hid" = ""ACPI0C50"" - register "generic.desc" = ""Touchpad"" - register "generic.irq" = "IRQ_LEVEL_LOW(GPP_B3_IRQ)" - register "hid_desc_reg_offset" = "0x0" + chip drivers/i2c/generic + register "hid" = ""GOOG5400"" + register "desc" = ""Touchpad"" + register "irq" = "IRQ_EDGE_LOW(GPP_B3_IRQ)" device i2c 49 on end end end # I2C #2 |