drivers/i2c/designware: Add 150MHz clock speed

BUG=b:143885765
TEST=I2C clock speed on trembyle is 400kHz

Change-Id: I50e904822823a6fc173d4d4b76f0882b4ce81ae8
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1970655
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Martin Roth 2019-12-16 23:19:29 -07:00 committed by Felix Held
parent f3f36faf35
commit ba37b94e8e
1 changed files with 7 additions and 0 deletions

View File

@ -213,6 +213,13 @@ static const struct soc_clock {
.ns = 3000,
},
},
{
.clk_speed_mhz = 150,
.freq = {
.ticks = 600,
.ns = 4000,
},
},
{
.clk_speed_mhz = 216,
.freq = {