zhongtian wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76190?usp=email )
Change subject: mb/google/rex/var/screebo:Fix touchsreen thd:dat test fail ......................................................................
mb/google/rex/var/screebo:Fix touchsreen thd:dat test fail
Fix touchscreen thd:dat test fail
BUG=b:287898252 BRANCH=none TEST=Test success by EE.
Change-Id: I30e7c87d788f7f144276c45e8475af65f1f132ae Signed-off-by: Zhongtian Wu wuzhongtian@huaqin.corp-partner.google.com --- M src/mainboard/google/rex/variants/screebo/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/76190/1
diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index 453e897..3515ae7 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -84,7 +84,7 @@ .speed = I2C_SPEED_FAST, .rise_time_ns = 650, .fall_time_ns = 400, - .data_hold_time_ns = 50, + .data_hold_time_ns = 100, }, .i2c[1] = { .speed = I2C_SPEED_FAST,