[coreboot-gerrit] Change in ...coreboot[master]: mb/google/sarien/variants/arcada: Enable Elan touchpad

Casper Chang (Code Review) gerrit at coreboot.org
Tue Dec 11 02:29:11 CET 2018


Casper Chang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30145


Change subject: mb/google/sarien/variants/arcada: Enable Elan touchpad
......................................................................

mb/google/sarien/variants/arcada: Enable Elan touchpad

BUG=b:119924134
BRANCH=master
TEST=Verify touchpad on arcada works with this change.

Signed-off-by: Casper Chang <casper_chang at wistron.corp-partner.google.com>
Change-Id: I334ed231db77ef682c95171685025d43be622725
---
M src/mainboard/google/sarien/variants/arcada/devicetree.cb
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/30145/1

diff --git a/src/mainboard/google/sarien/variants/arcada/devicetree.cb b/src/mainboard/google/sarien/variants/arcada/devicetree.cb
index fccec9f..c995c7d 100644
--- a/src/mainboard/google/sarien/variants/arcada/devicetree.cb
+++ b/src/mainboard/google/sarien/variants/arcada/devicetree.cb
@@ -196,11 +196,11 @@
 		device pci 14.5 off end # SDCard
 		device pci 15.0 on  end # I2C #0
 		device pci 15.1 on
-			chip drivers/i2c/hid
-				register "generic.hid" = ""ACPI0C50""
-				register "generic.desc" = ""Touchpad""
-				register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_B3_IRQ)"
-				register "hid_desc_reg_offset" = "0x20"
+			chip drivers/i2c/generic
+				register "hid" = ""ELAN0000""
+				register "desc" = ""ELAN Touchpad""
+				register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_B3_IRQ)"
+				register "probed" = "1"
 				device i2c 2c on end
 			end
 		end # I2C #1

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30145
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I334ed231db77ef682c95171685025d43be622725
Gerrit-Change-Number: 30145
Gerrit-PatchSet: 1
Gerrit-Owner: Casper Chang <casper_chang at wistron.corp-partner.google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181211/fb372c39/attachment.html>


More information about the coreboot-gerrit mailing list