diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/platforms/4xx/ocotea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/ocotea.c b/arch/ppc/platforms/4xx/ocotea.c index c8017c9f1326..5e994e146ba8 100644 --- a/arch/ppc/platforms/4xx/ocotea.c +++ b/arch/ppc/platforms/4xx/ocotea.c | |||
@@ -289,7 +289,7 @@ ocotea_setup_arch(void) | |||
289 | * from FPGA, because it can be changed by on-board switches | 289 | * from FPGA, because it can be changed by on-board switches |
290 | * --ebs | 290 | * --ebs |
291 | */ | 291 | */ |
292 | ibm440gx_get_clocks(&clocks, 33333333, 6 * 1843200); | 292 | ibm440gx_get_clocks(&clocks, 33300000, 6 * 1843200); |
293 | ocp_sys_info.opb_bus_freq = clocks.opb; | 293 | ocp_sys_info.opb_bus_freq = clocks.opb; |
294 | 294 | ||
295 | /* Setup TODC access */ | 295 | /* Setup TODC access */ |