David Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Update ELAN Touchpad configuration ......................................................................
mb/google/volteer/var/terrador: Update ELAN Touchpad configuration
Update ELAN Touchpad configuration
BUG=b:160741785 BRANCH=None TEST=Verify ELAN touchpad is working fine.
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I098d8a305c6e04af1562a545ff4af6383665798b --- M src/mainboard/google/volteer/variants/terrador/overridetree.cb 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/43509/1
diff --git a/src/mainboard/google/volteer/variants/terrador/overridetree.cb b/src/mainboard/google/volteer/variants/terrador/overridetree.cb index c1c386a..49d3bad 100644 --- a/src/mainboard/google/volteer/variants/terrador/overridetree.cb +++ b/src/mainboard/google/volteer/variants/terrador/overridetree.cb @@ -117,12 +117,13 @@ end end # I2C2 0xA0EA device pci 19.1 on - chip drivers/i2c/generic - register "hid" = ""ELAN0000"" - register "desc" = ""ELAN Touchpad"" - register "irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_E15_IRQ)" - register "wake" = "GPE0_DW2_15" - register "probed" = "1" + chip drivers/i2c/hid + register "generic.hid" = ""ELAN2700"" + register "generic.desc" = ""ELAN Touchpad"" + register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_E15_IRQ)" + register "generic.wake" = "GPE0_DW2_15" + register "generic.probed" = "1" + register "hid_desc_reg_offset" = "0x01" device i2c 15 on end end end # I2C5 0xA0C6
David Wu has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Update ELAN Touchpad configuration ......................................................................
mb/google/volteer/var/terrador: Update ELAN Touchpad configuration
Update ELAN Touchpad configuration
BUG=b:160741785 BRANCH=None TEST=Verify ELAN touchpad is working fine.
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I098d8a305c6e04af1562a545ff4af6383665798b --- M src/mainboard/google/volteer/variants/terrador/overridetree.cb 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/43509/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43509
to look at the new patch set (#3).
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad
Update ELAN i2c-hid touchpad configuration
BUG=b:160741785 BRANCH=None TEST=Verify touchpad is working fine.
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I098d8a305c6e04af1562a545ff4af6383665798b --- M src/mainboard/google/volteer/variants/terrador/overridetree.cb 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/43509/3
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43509
to look at the new patch set (#4).
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad
Update ELAN i2c-hid touchpad configuration
BUG=b:160741785 BRANCH=None TEST=Verify touchpad is working fine.
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I098d8a305c6e04af1562a545ff4af6383665798b --- M src/mainboard/google/volteer/variants/terrador/overridetree.cb 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/43509/4
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/terrador/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... PS4, Line 125: register "generic.probed" = "1" do you need to probe for the trackpad or can you assume it's always present?
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/terrador/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... PS4, Line 125: register "generic.probed" = "1"
do you need to probe for the trackpad or can you assume it's always present?
If there are plans to multi-source touchpad devices, then "probed" property is required.
David Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
Patch Set 4: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/terrador/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/43509/4/src/mainboard/google/voltee... PS4, Line 125: register "generic.probed" = "1"
do you need to probe for the trackpad or can you assume it's always present?
We will support multi-source touchpad devices. Thanks
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43509 )
Change subject: mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad ......................................................................
mb/google/volteer/var/terrador: Support ELAN i2c-hid touchpad
Update ELAN i2c-hid touchpad configuration
BUG=b:160741785 BRANCH=None TEST=Verify touchpad is working fine.
Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Change-Id: I098d8a305c6e04af1562a545ff4af6383665798b Reviewed-on: https://review.coreboot.org/c/coreboot/+/43509 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Caveh Jalali caveh@chromium.org --- M src/mainboard/google/volteer/variants/terrador/overridetree.cb 1 file changed, 7 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified David Wu: Looks good to me, but someone else must approve Caveh Jalali: Looks good to me, approved
diff --git a/src/mainboard/google/volteer/variants/terrador/overridetree.cb b/src/mainboard/google/volteer/variants/terrador/overridetree.cb index c1c386a..8c0fb38 100644 --- a/src/mainboard/google/volteer/variants/terrador/overridetree.cb +++ b/src/mainboard/google/volteer/variants/terrador/overridetree.cb @@ -117,12 +117,13 @@ end end # I2C2 0xA0EA device pci 19.1 on - chip drivers/i2c/generic - register "hid" = ""ELAN0000"" - register "desc" = ""ELAN Touchpad"" - register "irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_E15_IRQ)" - register "wake" = "GPE0_DW2_15" - register "probed" = "1" + chip drivers/i2c/hid + register "generic.hid" = ""ELAN2700"" + register "generic.desc" = ""ELAN Touchpad"" + register "generic.irq" = "ACPI_IRQ_WAKE_EDGE_LOW(GPP_E15_IRQ)" + register "generic.wake" = "GPE0_DW2_15" + register "generic.probed" = "1" + register "hid_desc_reg_offset" = "0x01" device i2c 15 on end end end # I2C5 0xA0C6