cpufreq: rcar: Add support for R8A7795 SoC
authorKhiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
Fri, 4 Aug 2017 13:18:00 +0000 (15:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Aug 2017 15:09:54 +0000 (17:09 +0200)
After the commit "a399dc9fc50 cpufreq: shmobile: Use generic platdev
driver", will use cpufreq-dt-platdev driver to enable cpufreq-dt support.
Hence, follow the implementation to support new R8A7795 SoC.

Signed-off-by: Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt-platdev.c

index 13c0c47..bcee384 100644 (file)
@@ -67,6 +67,7 @@ static const struct of_device_id machines[] __initconst = {
        { .compatible = "renesas,r8a7792", },
        { .compatible = "renesas,r8a7793", },
        { .compatible = "renesas,r8a7794", },
+       { .compatible = "renesas,r8a7795", },
        { .compatible = "renesas,sh73a0", },
 
        { .compatible = "rockchip,rk2928", },