[coreboot-gerrit] Change in coreboot[master]: eve: switch touchpad devicetree to i2c-hid and cros_ec i2c d...

Wei-Ning Huang (Code Review) gerrit at coreboot.org
Wed Apr 26 13:01:21 CEST 2017


Wei-Ning Huang has uploaded a new change for review. ( https://review.coreboot.org/19461 )

Change subject: eve: switch touchpad devicetree to i2c-hid and cros_ec i2c device
......................................................................

eve: switch touchpad devicetree to i2c-hid and cros_ec i2c device

The new touchpad firmware uses i2c-hid instead of custom reporting
protocol. The touchpad also exposed another slave address (0x1e) for
kernel to communicate with the touchpad EC.

BUG=b:37187312
TEST=`emerge-eve coreboot`

Change-Id: Iecaf14f7b8aed836120569e9ade9c3115bc00264
---
M src/mainboard/google/eve/devicetree.cb
1 file changed, 10 insertions(+), 4 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/19461/1

diff --git a/src/mainboard/google/eve/devicetree.cb b/src/mainboard/google/eve/devicetree.cb
index 275ee8a..1305f9c 100644
--- a/src/mainboard/google/eve/devicetree.cb
+++ b/src/mainboard/google/eve/devicetree.cb
@@ -241,12 +241,18 @@
 			end
 		end # I2C #1
 		device pci 15.2 on
-			chip drivers/i2c/generic
-				register "hid" = ""GOOG5400""
-				register "desc" = ""Touchpad""
-				register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_B3_IRQ)"
+			chip drivers/i2c/hid
+				register "generic.hid" = ""ACPI0C50""
+				register "generic.desc" = ""Touchpad""
+				register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_B3_IRQ)"
+				register "hid_desc_reg_offset" = "0x1"
 				device i2c 49 on end
 			end
+			chip drivers/i2c/generic
+				register "hid" = ""GOOG0008""
+				register "desc" = ""Touchpad EC Interface""
+				device i2c 1e on end
+			end
 		end # I2C #2
 		device pci 15.3 off end # I2C #3
 		device pci 16.0 on  end # Management Engine Interface 1

-- 
To view, visit https://review.coreboot.org/19461
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecaf14f7b8aed836120569e9ade9c3115bc00264
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Wei-Ning Huang <wnhuang at google.com>



More information about the coreboot-gerrit mailing list