aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhiem Nguyen <[email protected]>2017-08-04 15:18:00 +0200
committerRafael J. Wysocki <[email protected]>2017-08-08 17:09:54 +0200
commit034def597bb73cbf29ffade7d8aec8408af8c743 (patch)
tree929e62601679734dead605778785ad3dd14a97e2
parent319af40a0053fea2ecadcf10bef7e796c91ea8c0 (diff)
cpufreq: rcar: Add support for R8A7795 SoC
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 <[email protected]> Signed-off-by: Simon Horman <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
-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 13c0c47b607e..bcee384b3251 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -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", },