mb/google/puff/var/dooly: Set default I2C0 frequency

This setting copy from puff reference board
and should measure again after whole system build.

BUG=b:155261464
BRANCH=puff
TEST=emerge-puff coreboot and check system speaker has sound output.

Change-Id: Idd5c3276e9306e81ea766d14ed1415a68dedc2ad
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47161
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Sam McNally <sammc@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Tony Huang 2020-11-03 18:00:59 +08:00 committed by Edward O'Callaghan
parent 645bca4810
commit 83e41055ab
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ chip soc/intel/cannonlake
},
.i2c[0] = {
.speed = I2C_SPEED_FAST,
.rise_time_ns = 0,
.fall_time_ns = 0,
.rise_time_ns = 60,
.fall_time_ns = 60,
},
.i2c[2] = {
.speed = I2C_SPEED_FAST,