David Wells has uploaded this change for review. ( https://review.coreboot.org/27553
Change subject: mb/google/kahlee: Update i2c timings ......................................................................
mb/google/kahlee: Update i2c timings
Change the I2c timings to the latest measurements.
BUG=b:72442912 TEST=Boot grunt
Change-Id: I6f9538d26b77ae952ad585e569b3a836e1a09da2 Signed-off-by: Matt Wells dawells@google.com --- M src/mainboard/google/kahlee/variants/grunt/devicetree.cb 1 file changed, 8 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/27553/1
diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb index 3863100..a5229b4 100644 --- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb +++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb @@ -24,30 +24,30 @@ # Enable I2C0 for audio, USB3 hub at 400kHz register "i2c[0]" = "{ .speed = I2C_SPEED_FAST, - .rise_time_ns = 95, - .fall_time_ns = 3, + .rise_time_ns = 151, + .fall_time_ns = 50, }"
# Enable I2C1 for H1 at 400kHz register "i2c[1]" = "{ .early_init = 1, .speed = I2C_SPEED_FAST, - .rise_time_ns = 84, - .fall_time_ns = 4, + .rise_time_ns = 62, + .fall_time_ns = 2, }"
# Enable I2C2 for trackpad, pen at 400kHz register "i2c[2]" = "{ .speed = I2C_SPEED_FAST, - .rise_time_ns = 117, - .fall_time_ns = 113, + .rise_time_ns = 170, + .fall_time_ns = 91, }"
# Enable I2C3 for touchscreen at 400kHz register "i2c[3]" = "{ .speed = I2C_SPEED_FAST, - .rise_time_ns = 82, - .fall_time_ns = 67, + .rise_time_ns = 84, + .fall_time_ns = 50, }"
device cpu_cluster 0 on