mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/eve: Set touchscreen I2C bus speed to 1MHz
Enable Fast-Plus speed for the touchscreen device so it can
be used at 1MHz instead of 400KHz.
BUG=chrome-os-partner:61277
TEST=manual testing on Eve P1, needs backported kernel patches
to actually make use of any I2C speed other than 400KHz
Change-Id: I0bc6834ed731a60108a77bedef7816bd7bffcc20
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 658a6dc78d
Original-Change-Id: I3f44ff4a02a02a7b05e69ad54d4c6d60e5878393
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/18397
Original-Reviewed-by: Furquan Shaikh <furquan@google.com>
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/445637
This commit is contained in:
parent
60283a1a12
commit
02efe1879c
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ chip soc/intel/skylake
|
|||
register "generic.cid" = "PNP0C50_CID"
|
||||
register "generic.desc" = "WCOM_DT_DESC"
|
||||
register "generic.irq" = "IRQ_LEVEL_LOW(GPP_E7_IRQ)"
|
||||
register "generic.speed" = "I2C_SPEED_FAST_PLUS"
|
||||
register "hid_desc_reg_offset" = "0x1"
|
||||
device i2c 0a on end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue