From f47acb6968ac9c41961889ee9bcc417e10f834ed Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sat, 1 Oct 2005 09:21:25 +1000 Subject: [PATCH] --- yaml --- r: 9531 b: refs/heads/master c: a9487e48a34d7ad606f40a76080475a522a27cff h: refs/heads/master i: 9529: 183e1e4915b981619ea344b83eb2cfd6e1547e90 9527: 045fcf4bc98e37a81605b927213ea564afeb9d2e v: v3 --- [refs] | 2 +- trunk/arch/ppc/platforms/pmac_cpufreq.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d15b99126244..6718ab09056e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69d37960b578be0a69383bd71d06c1fcfb86e8b9 +refs/heads/master: a9487e48a34d7ad606f40a76080475a522a27cff diff --git a/trunk/arch/ppc/platforms/pmac_cpufreq.c b/trunk/arch/ppc/platforms/pmac_cpufreq.c index c0605244edda..d4bc5f67ec53 100644 --- a/trunk/arch/ppc/platforms/pmac_cpufreq.c +++ b/trunk/arch/ppc/platforms/pmac_cpufreq.c @@ -695,6 +695,13 @@ static int __init pmac_cpufreq_setup(void) set_speed_proc = pmu_set_cpu_speed; is_pmu_based = 1; } + /* Else check for TiPb 550 */ + else if (machine_is_compatible("PowerBook3,3") && cur_freq == 550000) { + hi_freq = cur_freq; + low_freq = 500000; + set_speed_proc = pmu_set_cpu_speed; + is_pmu_based = 1; + } /* Else check for TiPb 400 & 500 */ else if (machine_is_compatible("PowerBook3,2")) { /* We only know about the 400 MHz and the 500Mhz model