Attention is currently required from: Wisley Chen.
Hello Wisley Chen,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/70219
to review the following change.
Change subject: mb/google/brya/var/redrix: Adjust I2C3 timing for Touchscreen ......................................................................
mb/google/brya/var/redrix: Adjust I2C3 timing for Touchscreen
BUG=none TEST=build
Change-Id: I01e98f55d37666d6a97e3723ed095ffad0bb15c0 Signed-off-by: Wisley Chen wisley.chen@quanta.corp-partner.google.com --- M src/mainboard/google/brya/variants/redrix/overridetree.cb 1 file changed, 19 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/70219/1
diff --git a/src/mainboard/google/brya/variants/redrix/overridetree.cb b/src/mainboard/google/brya/variants/redrix/overridetree.cb index 1d135d6..a000e8c 100644 --- a/src/mainboard/google/brya/variants/redrix/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix/overridetree.cb @@ -81,9 +81,12 @@ }, .i2c[3] = { .speed = I2C_SPEED_FAST, - .rise_time_ns = 650, - .fall_time_ns = 400, - .data_hold_time_ns = 50, + .speed_config[0] = { + .speed = I2C_SPEED_FAST, + .scl_lcnt = 170, + .scl_hcnt = 70, + .sda_hold = 40, + } }, .i2c[5] = { .speed = I2C_SPEED_FAST,