Revert "mb/google/brya/var/kano: adjust I2C3 speed"
This reverts commit 65aaccda59
.
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>
This commit is contained in:
parent
abe0d810f0
commit
ad2e4eaf7a
|
@ -56,7 +56,7 @@ chip soc/intel/alderlake
|
||||||
.data_hold_time_ns = 50,
|
.data_hold_time_ns = 50,
|
||||||
},
|
},
|
||||||
.i2c[3] = {
|
.i2c[3] = {
|
||||||
.speed = 390000,
|
.speed = I2C_SPEED_FAST,
|
||||||
.rise_time_ns = 650,
|
.rise_time_ns = 650,
|
||||||
.fall_time_ns = 400,
|
.fall_time_ns = 400,
|
||||||
.data_hold_time_ns = 50,
|
.data_hold_time_ns = 50,
|
||||||
|
|
Loading…
Reference in New Issue