summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/zork/variants/woomax/overridetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/zork/variants/woomax/overridetree.cb b/src/mainboard/google/zork/variants/woomax/overridetree.cb
index d1c5507feb3f..8d94a9727731 100644
--- a/src/mainboard/google/zork/variants/woomax/overridetree.cb
+++ b/src/mainboard/google/zork/variants/woomax/overridetree.cb
@@ -60,8 +60,8 @@ chip soc/amd/picasso
# Enable I2C3 for H1 400kHz
register "i2c[3]" = "{
.speed = I2C_SPEED_FAST,
- .rise_time_ns = 125, /* 0 to 1.26v (1.8 * .7) */
- .fall_time_ns = 37, /* 1.26v to 0 */
+ .rise_time_ns = 110, /* 0 to 1.26v (1.8 * .7) */
+ .fall_time_ns = 34, /* 1.26v to 0 */
.early_init = true,
}"