diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/i2c/designware/dw_i2c.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/i2c/designware/dw_i2c.c b/src/drivers/i2c/designware/dw_i2c.c index ecd9e88698..1e3163a736 100644 --- a/src/drivers/i2c/designware/dw_i2c.c +++ b/src/drivers/i2c/designware/dw_i2c.c @@ -196,6 +196,13 @@ static const struct soc_clock { struct freq freq; } soc_clocks[] = { { + .clk_speed_mhz = 100, + .freq = { + .ticks = 100, + .ns = 1000, + }, + }, + { .clk_speed_mhz = 120, .freq = { .ticks = 120, |