diff options
author | Bart Van Assche <bart.vanassche@gmail.com> | 2007-03-27 01:40:29 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-12 13:55:15 -0400 |
commit | 0fbbeba2427a842a1a4ac9f379ca2ca37ea907eb (patch) | |
tree | a9f14f2f350502ae422eaa24d696286e35adeefe /arch/ppc | |
parent | 6e1af384f1c1742ae6d86bbf779d4fa020c509bc (diff) |
[POWERPC] Ocotea board: ntpd complains that the frequency error exceeds the tolerance
Lifted from http://bugzilla.kernel.org/show_bug.cgi?id=8182
Steps to reproduce:
- Boot an Ocotea board with the mainline 2.6.20.1 kernel.
- Create an /etc/ntp.conf file with at least one NTP server and iburst mode set.
- Issue the command "ntpd -g".
- Wait about two minutes.
- Verify ntpd's status via "ntpq -pn" and by looking in /var/log/ntp.
This fixes this problem by adjusting the expected clock frequency.
Cc: Kumar Gala <galak@gate.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 */ |