* [PATCH] ppc32: pmac cpufreq for ibook 2 600
@ 2004-09-11 10:34 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-09-11 10:34 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Kernel list
Hi !
This patch adds support for the 750CX based ibook2 600Mhz to
the cpufreq powermac driver.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
===== arch/ppc/platforms/pmac_cpufreq.c 1.14 vs edited =====
--- 1.14/arch/ppc/platforms/pmac_cpufreq.c 2004-09-08 16:32:57 +10:00
+++ edited/arch/ppc/platforms/pmac_cpufreq.c 2004-09-11 20:31:55 +10:00
@@ -498,7 +498,7 @@
* - Titanium PowerBook 800 (PMU based, 667Mhz & 800Mhz)
* - Titanium PowerBook 400 (PMU based, 300Mhz & 400Mhz)
* - Titanium PowerBook 500 (PMU based, 300Mhz & 500Mhz)
- * - iBook2 500 (PMU based, 400Mhz & 500Mhz)
+ * - iBook2 500/600 (PMU based, 400Mhz & 500/600Mhz)
* - iBook2 700 (CPU based, 400Mhz & 700Mhz, support low voltage)
* - Recent MacRISC3 laptops
* - iBook G4s and PowerBook G4s with 7447A CPUs
@@ -533,11 +533,8 @@
machine_is_compatible("PowerBook3,5") ||
machine_is_compatible("MacRISC3")) {
pmac_cpufreq_init_MacRISC3(cpunode);
- /* Else check for iBook2 500 */
+ /* Else check for iBook2 500/600 */
} else if (machine_is_compatible("PowerBook4,1")) {
- /* We only know about 500Mhz model */
- if (cur_freq < 450000 || cur_freq > 550000)
- goto out;
hi_freq = cur_freq;
low_freq = 400000;
set_speed_proc = pmu_set_cpu_speed;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-11 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-11 10:34 [PATCH] ppc32: pmac cpufreq for ibook 2 600 Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®