diff options
Diffstat (limited to 'cpu/mpc85xx/speed.c')
| -rw-r--r-- | cpu/mpc85xx/speed.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/cpu/mpc85xx/speed.c b/cpu/mpc85xx/speed.c index 699441b46..1cda1e34e 100644 --- a/cpu/mpc85xx/speed.c +++ b/cpu/mpc85xx/speed.c @@ -110,6 +110,10 @@ int get_clocks (void)  #endif  	gd->i2c2_clk = gd->i2c1_clk; +#if defined(CONFIG_MPC8536) +	gd->sdhc_clk = gd->bus_clk / 2; +#endif +  #if defined(CONFIG_CPM2)  	gd->vco_out = 2*sys_info.freqSystemBus;  	gd->cpm_clk = gd->vco_out / 2; |