linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support
@ 2016-10-26 16:41 Masahiro Yamada
  2016-10-27  3:27 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2016-10-26 16:41 UTC (permalink / raw)
  To: linux-pm; +Cc: Viresh Kumar, Masahiro Yamada, Rafael J. Wysocki, linux-kernel

Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use
the generic cpufreq driver.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 7126762..f3c9a0e 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -72,6 +72,12 @@
 
 	{ .compatible = "sigma,tango4" },
 
+	{ .compatible = "socionext,uniphier-pro5", },
+	{ .compatible = "socionext,uniphier-pxs2", },
+	{ .compatible = "socionext,uniphier-ld6b", },
+	{ .compatible = "socionext,uniphier-ld11", },
+	{ .compatible = "socionext,uniphier-ld20", },
+
 	{ .compatible = "ti,am33xx", },
 	{ .compatible = "ti,dra7", },
 	{ .compatible = "ti,omap2", },
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support
  2016-10-26 16:41 [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support Masahiro Yamada
@ 2016-10-27  3:27 ` Viresh Kumar
  2016-11-14  0:23   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2016-10-27  3:27 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-pm, Rafael J. Wysocki, linux-kernel

On 27-10-16, 01:41, Masahiro Yamada wrote:
> Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use
> the generic cpufreq driver.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support
  2016-10-27  3:27 ` Viresh Kumar
@ 2016-11-14  0:23   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2016-11-14  0:23 UTC (permalink / raw)
  To: Viresh Kumar, Masahiro Yamada; +Cc: linux-pm, linux-kernel

On Thursday, October 27, 2016 08:57:15 AM Viresh Kumar wrote:
> On 27-10-16, 01:41, Masahiro Yamada wrote:
> > Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use
> > the generic cpufreq driver.
> > 
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> > 
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++
> >  1 file changed, 6 insertions(+)
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-14  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26 16:41 [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support Masahiro Yamada
2016-10-27  3:27 ` Viresh Kumar
2016-11-14  0:23   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).