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:
b20a3f3
)
cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver
author
Khiem Nguyen
<
[email protected]
>
Fri, 11 Aug 2017 15:36:57 +0000
(17:36 +0200)
committer
Rafael J. Wysocki
<
[email protected]
>
Thu, 17 Aug 2017 23:42:46 +0000
(
01:42
+0200)
This patch adds the r8a7796 support the generic cpufreq driver
by adding an appropriate compat string. This is in keeping
with support for other Renesas ARM and arm64 based SoCs.
Signed-off-by: Khiem Nguyen <
[email protected]
>
[simon: new changelog]
Signed-off-by: Simon Horman <
[email protected]
>
Acked-by: Viresh Kumar <
[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 bcee384b32516fef02c507521ba7255789bfa94c..233e18ad394895fb8916833859df865d807bd20c 100644
(file)
--- a/
drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/
drivers/cpufreq/cpufreq-dt-platdev.c
@@
-68,6
+68,7
@@
static const struct of_device_id machines[] __initconst = {
{ .compatible = "renesas,r8a7793", },
{ .compatible = "renesas,r8a7794", },
{ .compatible = "renesas,r8a7795", },
+ { .compatible = "renesas,r8a7796", },
{ .compatible = "renesas,sh73a0", },
{ .compatible = "rockchip,rk2928", },