* [PATCH 08/12] atyfb: force 29MHz xtal on G3 PowerBooks
@ 2007-09-15 0:05 Antonino A. Daplas
0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2007-09-15 0:05 UTC (permalink / raw)
To: Andrew Morton
Cc: Olaf Hering, Linux Fbdev development list,
Ville Syrjälä
From: Olaf Hering <olaf@aepfle.de>
The atyfb does not work on my 233MHz PowerBook with Mach64 LP, when the
kernel is booted from firmware. aty_ld_pll_ct() returns 0x22 and xtal
remains at 14.31818. When booted from MacOS, aty_ld_pll_ct() returns 0x3c
and xtal is changed to 29.498928.
Google indicates that all 4 PowerBook models need the higher value.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
---
drivers/video/aty/atyfb_base.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
index abe0c43..440ecb7 100644
--- a/drivers/video/aty/atyfb_base.c
+++ b/drivers/video/aty/atyfb_base.c
@@ -2409,7 +2409,7 @@ #ifdef CONFIG_FB_ATY_CT
diff1 = -diff1;
if (diff2 < 0)
diff2 = -diff2;
- if (diff2 < diff1) {
+ if (diff2 < diff1 || (M64_HAS(G3_PB_1024x768))) {
par->ref_clk_per = 1000000000000ULL / 29498928;
xtal = "29.498928";
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-15 0:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-15 0:05 [PATCH 08/12] atyfb: force 29MHz xtal on G3 PowerBooks Antonino A. Daplas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).