Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1397684

[PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC

From Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC
Date 2016-05-10 07:00 +0200
Message-ID <rx7W2-3u2-9@gated-at.bofh.it> (permalink)
References <rx7W2-3u2-11@gated-at.bofh.it> <rx7W2-3u2-13@gated-at.bofh.it> <rx7W2-3u2-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c 
b/drivers/cpufreq/cpufreq-dt-platdev.c
index ac4a0ba..32f6dda 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -53,6 +53,7 @@ static const struct of_device_id machines[] 
__initconst = {
  	{ .compatible = "renesas,r8a7791", },
  	{ .compatible = "renesas,r8a7793", },
  	{ .compatible = "renesas,r8a7794", },
+	{ .compatible = "renesas,r8a7795", },
  	{ .compatible = "renesas,sh73a0", },

  	{ .compatible = "rockchip,rk2928", },
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com> - 2016-05-10 07:00 +0200
  [PATCH 2/2] cpufreq: rcar: Add support for R8A7796 SoC Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com> - 2016-05-10 07:00 +0200
    Re: [PATCH 2/2] cpufreq: rcar: Add support for R8A7796 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2016-05-10 07:10 +0200
  Re: [PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2016-05-10 07:10 +0200
    Re: [PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2016-05-10 10:20 +0200
    Re: [PATCH 1/2] cpufreq: rcar: Add support for R8A7795 SoC Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-10 10:20 +0200

csiph-web