summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-09-06 14:18:20 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-09-13 02:34:14 +0200
commitffdf8b867b922d2d3150ccfa330d1c6d22716562 (patch)
tree24e7e25de9a14bf81f9b024dc9c979f92b4495de /drivers/cpufreq
parentd0fbf1d3280c2192fc1588af96cbad5297792371 (diff)
downloadop-kernel-dev-ffdf8b867b922d2d3150ccfa330d1c6d22716562.zip
op-kernel-dev-ffdf8b867b922d2d3150ccfa330d1c6d22716562.tar.gz
cpufreq: dt: Add support for r8a7792
Add the compatible string for supporting the generic cpufreq driver on the Renesas R-Car V2H (r8a7792) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 285ed3e..276378a 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -52,6 +52,7 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "renesas,r8a7779", },
{ .compatible = "renesas,r8a7790", },
{ .compatible = "renesas,r8a7791", },
+ { .compatible = "renesas,r8a7792", },
{ .compatible = "renesas,r8a7793", },
{ .compatible = "renesas,r8a7794", },
{ .compatible = "renesas,sh73a0", },
OpenPOWER on IntegriCloud