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:
fe0f59c
)
cpufreq: enable the DT cpufreq driver on the Integrators
author
Linus Walleij
<
[email protected]
>
Tue, 25 Oct 2016 07:21:24 +0000
(09:21 +0200)
committer
Rafael J. Wysocki
<
[email protected]
>
Tue, 1 Nov 2016 05:01:18 +0000
(06:01 +0100)
This enables the generic DT and OPP-based cpufreq driver on the
ARM Integrator/AP and Integrator/CP.
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/cpufreq-dt-platdev.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq-dt-platdev.c
b/drivers/cpufreq/cpufreq-dt-platdev.c
index 71267626456ba7870c5e023c45b06482840c1dc8..142a6f615e521d21438a1a65b7c1ff1295d0754b 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-26,6
+26,9
@@
static const struct of_device_id machines[] __initconst = {
{ .compatible = "allwinner,sun8i-a83t", },
{ .compatible = "allwinner,sun8i-h3", },
+ { .compatible = "arm,integrator-ap", },
+ { .compatible = "arm,integrator-cp", },
+
{ .compatible = "hisilicon,hi6220", },
{ .compatible = "fsl,imx27", },