]> err.no Git - linux-2.6/blobdiff - arch/powerpc/platforms/powermac/cpufreq.c
powerpc: Bring in some changes made to arch/ppc and include/asm-ppc64
[linux-2.6] / arch / powerpc / platforms / powermac / cpufreq.c
index 6d32d99402beea8b25cce205177ed4d92777f744..bcd9224f3f90b57d4ad5b2736670623163738c36 100644 (file)
@@ -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