aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-09-30 16:44:33 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-16 18:56:56 -0400
commit891083622621bfe114ec4d40711a7d3a68fdc6fc (patch)
tree17b091744e64e017201ecf0f8a6def9c1589c689
parentaf671d8b2c2ace771e08566b20774cc08ee53316 (diff)
cpufreq: pmac64: enable cpufreq on iMac G5 (iSight) model
Enable cpufreq on iMac G5 (iSight) model. Tested with the 2.1 GHz version. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpufreq/pmac64-cpufreq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/cpufreq/pmac64-cpufreq.c b/drivers/cpufreq/pmac64-cpufreq.c
index db9764e83668..5261b92d768b 100644
--- a/drivers/cpufreq/pmac64-cpufreq.c
+++ b/drivers/cpufreq/pmac64-cpufreq.c
@@ -377,7 +377,8 @@ static int __init g5_neo2_cpufreq_init(struct device_node *cpunode)
377 /* Check supported platforms */ 377 /* Check supported platforms */
378 if (of_machine_is_compatible("PowerMac8,1") || 378 if (of_machine_is_compatible("PowerMac8,1") ||
379 of_machine_is_compatible("PowerMac8,2") || 379 of_machine_is_compatible("PowerMac8,2") ||
380 of_machine_is_compatible("PowerMac9,1")) 380 of_machine_is_compatible("PowerMac9,1") ||
381 of_machine_is_compatible("PowerMac12,1"))
381 use_volts_smu = 1; 382 use_volts_smu = 1;
382 else if (of_machine_is_compatible("PowerMac11,2")) 383 else if (of_machine_is_compatible("PowerMac11,2"))
383 use_volts_vdnap = 1; 384 use_volts_vdnap = 1;