mb/google/kohaku: Correct trackpad i2c address

Correct i2c address of trackpad. It should be 0x20.

BUG=None
BRANCH=None
TEST=Verified trackpad works on pre-evt system

Change-Id: I7ded21ce8ff9e907e436777a27edb4273512011d
Signed-off-by: Seunghwan Kim <sh_.kim@samsung.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33798
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Shelley Chen <shchen@google.com>
This commit is contained in:
Seunghwan Kim 2019-06-25 17:37:11 +09:00 committed by Shelley Chen
parent 6033bdca8d
commit 479637d8a2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ chip soc/intel/cannonlake
register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_D21_IRQ)" register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_D21_IRQ)"
register "generic.probed" = "1" register "generic.probed" = "1"
register "hid_desc_reg_offset" = "0x20" register "hid_desc_reg_offset" = "0x20"
device i2c 0x2c on end device i2c 0x20 on end
end end
end # I2C 0 end # I2C 0