aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2022-03-29 14:35:03 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-03-30 23:55:30 +0000
commitad2e4eaf7a00d42ded84f9f73bbad08aaa26cd98 (patch)
tree4fd2322efecac426212fcce1fe61dd51d83cde88 /src/mainboard/google
parentabe0d810f00927f1589e6f7909e898c211a30319 (diff)
Revert "mb/google/brya/var/kano: adjust I2C3 speed"
This reverts commit 65aaccda5910e9c74aaa2a44ea84119d9476c902. Reason: 1. Fix firmware messages show [ERROR] dw_i2c:invalid bus speed 390000 2. Measure DVT I2C3 speed < 400KHz. BUG=b:215095284 TEST=There isn't ERROR messages and verify I2C3 speed < 400KHz. Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: I5982c82a55710824692b41e263418e4b4d420b02 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63168 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/variants/kano/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb
index 41c3cf2c8b..5d7e30a45c 100644
--- a/src/mainboard/google/brya/variants/kano/overridetree.cb
+++ b/src/mainboard/google/brya/variants/kano/overridetree.cb
@@ -56,7 +56,7 @@ chip soc/intel/alderlake
.data_hold_time_ns = 50,
},
.i2c[3] = {
- .speed = 390000,
+ .speed = I2C_SPEED_FAST,
.rise_time_ns = 650,
.fall_time_ns = 400,
.data_hold_time_ns = 50,