projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af671d8
)
cpufreq: pmac64: enable cpufreq on iMac G5 (iSight) model
author
Aaro Koskinen
<
[email protected]
>
Mon, 30 Sep 2013 20:44:33 +0000
(23:44 +0300)
committer
Rafael J. Wysocki
<
[email protected]
>
Wed, 16 Oct 2013 22:56:56 +0000
(
00:56
+0200)
Enable cpufreq on iMac G5 (iSight) model. Tested with the 2.1 GHz version.
Signed-off-by: Aaro Koskinen <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Acked-by: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/pmac64-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/pmac64-cpufreq.c
b/drivers/cpufreq/pmac64-cpufreq.c
index db9764e8366814dc977a6839917e02ae22493529..5261b92d768bb31fa89d60bb2692768d412882d8 100644
(file)
--- 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)
/* Check supported platforms */
if (of_machine_is_compatible("PowerMac8,1") ||
of_machine_is_compatible("PowerMac8,2") ||
- of_machine_is_compatible("PowerMac9,1"))
+ of_machine_is_compatible("PowerMac9,1") ||
+ of_machine_is_compatible("PowerMac12,1"))
use_volts_smu = 1;
else if (of_machine_is_compatible("PowerMac11,2"))
use_volts_vdnap = 1;