From 479637d8a26344d60fa0172ba4c5a1e9eea2be25 Mon Sep 17 00:00:00 2001 From: Seunghwan Kim Date: Tue, 25 Jun 2019 17:37:11 +0900 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33798 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Shelley Chen --- src/mainboard/google/hatch/variants/kohaku/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/hatch') diff --git a/src/mainboard/google/hatch/variants/kohaku/overridetree.cb b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb index 69875bdde2..cf422ed01d 100644 --- a/src/mainboard/google/hatch/variants/kohaku/overridetree.cb +++ b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb @@ -70,7 +70,7 @@ chip soc/intel/cannonlake register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_D21_IRQ)" register "generic.probed" = "1" register "hid_desc_reg_offset" = "0x20" - device i2c 0x2c on end + device i2c 0x20 on end end end # I2C 0 -- cgit v1.2.3