diff options
author | Seunghwan Kim <sh_.kim@samsung.com> | 2019-06-25 17:37:11 +0900 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2019-06-28 16:18:32 +0000 |
commit | 479637d8a26344d60fa0172ba4c5a1e9eea2be25 (patch) | |
tree | 3fdac9fa01adf1c3bcd83778804380d80f73c02f /src/mainboard/google | |
parent | 6033bdca8da89d3d78e58bc18fa8f1ddc4566635 (diff) |
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>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/hatch/variants/kohaku/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |