linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt: Add support for APM X-Gene 2
@ 2016-12-15 22:55 Hoan Tran
  2017-01-02  7:06 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Hoan Tran @ 2016-12-15 22:55 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar
  Cc: linux-pm, linux-kernel, lho, Duc Dang, Hoan Tran

Add the compatible string for supporting the generic device tree cpufreq-dt
driver on APM's X-Gene 2 SoC.

Signed-off-by: Hoan Tran <hotran@apm.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index bc97b6a..7fcaf26 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -26,6 +26,8 @@
 	{ .compatible = "allwinner,sun8i-a83t", },
 	{ .compatible = "allwinner,sun8i-h3", },
 
+	{ .compatible = "apm,xgene-shadowcat", },
+
 	{ .compatible = "arm,integrator-ap", },
 	{ .compatible = "arm,integrator-cp", },
 
-- 
1.9.1

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

* Re: [PATCH] cpufreq: dt: Add support for APM X-Gene 2
  2016-12-15 22:55 [PATCH] cpufreq: dt: Add support for APM X-Gene 2 Hoan Tran
@ 2017-01-02  7:06 ` Viresh Kumar
  2017-01-06  1:28   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2017-01-02  7:06 UTC (permalink / raw)
  To: Hoan Tran; +Cc: Rafael J. Wysocki, linux-pm, linux-kernel, lho, Duc Dang

On 15-12-16, 14:55, Hoan Tran wrote:
> Add the compatible string for supporting the generic device tree cpufreq-dt
> driver on APM's X-Gene 2 SoC.
> 
> Signed-off-by: Hoan Tran <hotran@apm.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index bc97b6a..7fcaf26 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -26,6 +26,8 @@
>  	{ .compatible = "allwinner,sun8i-a83t", },
>  	{ .compatible = "allwinner,sun8i-h3", },
>  
> +	{ .compatible = "apm,xgene-shadowcat", },
> +
>  	{ .compatible = "arm,integrator-ap", },
>  	{ .compatible = "arm,integrator-cp", },

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

-- 
viresh

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

* Re: [PATCH] cpufreq: dt: Add support for APM X-Gene 2
  2017-01-02  7:06 ` Viresh Kumar
@ 2017-01-06  1:28   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2017-01-06  1:28 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Hoan Tran, linux-pm, linux-kernel, lho, Duc Dang

On Monday, January 02, 2017 12:36:20 PM Viresh Kumar wrote:
> On 15-12-16, 14:55, Hoan Tran wrote:
> > Add the compatible string for supporting the generic device tree cpufreq-dt
> > driver on APM's X-Gene 2 SoC.
> > 
> > Signed-off-by: Hoan Tran <hotran@apm.com>
> > ---
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index bc97b6a..7fcaf26 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -26,6 +26,8 @@
> >  	{ .compatible = "allwinner,sun8i-a83t", },
> >  	{ .compatible = "allwinner,sun8i-h3", },
> >  
> > +	{ .compatible = "apm,xgene-shadowcat", },
> > +
> >  	{ .compatible = "arm,integrator-ap", },
> >  	{ .compatible = "arm,integrator-cp", },
> 
> 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:[~2017-01-06  1:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 22:55 [PATCH] cpufreq: dt: Add support for APM X-Gene 2 Hoan Tran
2017-01-02  7:06 ` Viresh Kumar
2017-01-06  1:28   ` 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).