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


Groups > linux.kernel > #1397685

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

From Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] cpufreq: rcar: Add support for R8A7796 SoC
Date 2016-05-10 07:00 +0200
Message-ID <rx7W2-3u2-19@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> <rx7W2-3u2-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 32f6dda..7d038fd 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -54,6 +54,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", },
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next 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