summaryrefslogtreecommitdiff
path: root/cpu/mcf547x_8x/speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mcf547x_8x/speed.c')
-rw-r--r--cpu/mcf547x_8x/speed.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/mcf547x_8x/speed.c b/cpu/mcf547x_8x/speed.c
index 389e7c9..28fe657 100644
--- a/cpu/mcf547x_8x/speed.c
+++ b/cpu/mcf547x_8x/speed.c
@@ -39,5 +39,10 @@ int get_clocks(void)
gd->bus_clk = CFG_CLK;
gd->cpu_clk = (gd->bus_clk * 2);
+
+#ifdef CONFIG_FSL_I2C
+ gd->i2c1_clk = gd->bus_clk;
+#endif
+
return (0);
}