mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Revert "UPSTREAM: mb/google/eve: switch touchpad devicetree to i2c-hid and cros_ec i2c device"
This reverts commit 952d9af2ed
.
I need to do an Eve BIOS release and this cannot be present yet as it
has to be released at the same time as the new touchpad firmware.
BUG=b:35581264
BRANCH=none
TEST=none
Change-Id: I35da873b5f071e803688ff8ccf08274303b8f228
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://chromium-review.googlesource.com/498587
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
674d6bba56
commit
6434755b96
1 changed files with 4 additions and 10 deletions
|
@ -241,17 +241,11 @@ 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" = "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
|
||||
register "hid" = ""GOOG5400""
|
||||
register "desc" = ""Touchpad""
|
||||
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_B3_IRQ)"
|
||||
device i2c 49 on end
|
||||
end
|
||||
end # I2C #2
|
||||
device pci 15.3 off end # I2C #3
|
||||
|
|
Loading…
Add table
Reference in a new issue