John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35788 )
Change subject: mb/google/octopus/variants/fleex: Adjust I2C0 CLK to meet spec ......................................................................
mb/google/octopus/variants/fleex: Adjust I2C0 CLK to meet spec
After adjustment on fleex I2C0 CLK: 389.9 KHz
BUG=b:141729962 BRANCH=master TEST=emerge-octopus coreboot chromeos-bootimage measure by scope with fleex.
Change-Id: I6a30257b7978cc8899a55f9fd6ffffe01cb2a851 Signed-off-by: John Su john_su@compal.corp-partner.google.com --- M src/mainboard/google/octopus/variants/fleex/overridetree.cb 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/35788/1
diff --git a/src/mainboard/google/octopus/variants/fleex/overridetree.cb b/src/mainboard/google/octopus/variants/fleex/overridetree.cb index da4e701..1d1a67a 100644 --- a/src/mainboard/google/octopus/variants/fleex/overridetree.cb +++ b/src/mainboard/google/octopus/variants/fleex/overridetree.cb @@ -63,6 +63,8 @@ }, .i2c[0] = { .speed = I2C_SPEED_FAST, + .rise_time_ns = 25, + .fall_time_ns = 52, }, .i2c[5] = { .speed = I2C_SPEED_FAST,