]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets"
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 14 Sep 2005 22:56:27 +0000 (15:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 14 Sep 2005 22:56:27 +0000 (15:56 -0700)
Commit 66759a01adbfe8828dd063e32cf5ed3f46696181 introduced the fix for
time ticking too fast on some boards by disabling one of the doubly
connected timer pins on ATI boards.

However, it ends up being _much_ too broad a brush, and that just makes
some other ATI boards not work at all since they now have no timer
source.

So disable the automatic ATI southbridge detection, and just rely on
people who see this problem disabling it by hand with the option
"disable_timer_pin_1" on the kernel command line.

Maybe somebody can figure out the proper tests at a later date.

Acked-by: Peter Osterlund <petero2@telia.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found