linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt: Add support for zx296718
@ 2016-11-30  7:35 Baoyou Xie
  2016-11-30  8:08 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Baoyou Xie @ 2016-11-30  7:35 UTC (permalink / raw)
  To: rjw, viresh.kumar
  Cc: baoyou.xie, xie.baoyou, chen.chaokai, wang.qiang01, linux-pm,
	linux-kernel

Add the compatible string for supporting the generic cpufreq driver on
the ZTE's zx296718 SoC.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
---
 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 7126762..c0a28e23b 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -81,6 +81,8 @@ static const struct of_device_id machines[] __initconst = {
 
 	{ .compatible = "xlnx,zynq-7000", },
 
+	{ .compatible = "zte,zx296718", },
+
 	{ }
 };
 
-- 
2.7.4


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

* Re: [PATCH] cpufreq: dt: Add support for zx296718
  2016-11-30  7:35 [PATCH] cpufreq: dt: Add support for zx296718 Baoyou Xie
@ 2016-11-30  8:08 ` Viresh Kumar
  2016-12-01 14:25   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2016-11-30  8:08 UTC (permalink / raw)
  To: Baoyou Xie
  Cc: rjw, xie.baoyou, chen.chaokai, wang.qiang01, linux-pm,
	linux-kernel

On 30-11-16, 15:35, Baoyou Xie wrote:
> Add the compatible string for supporting the generic cpufreq driver on
> the ZTE's zx296718 SoC.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> ---
>  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 7126762..c0a28e23b 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -81,6 +81,8 @@ static const struct of_device_id machines[] __initconst = {
>  
>  	{ .compatible = "xlnx,zynq-7000", },
>  
> +	{ .compatible = "zte,zx296718", },
> +
>  	{ }
>  };

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 zx296718
  2016-11-30  8:08 ` Viresh Kumar
@ 2016-12-01 14:25   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2016-12-01 14:25 UTC (permalink / raw)
  To: Viresh Kumar, Baoyou Xie
  Cc: xie.baoyou, chen.chaokai, wang.qiang01, linux-pm, linux-kernel

On Wednesday, November 30, 2016 01:38:55 PM Viresh Kumar wrote:
> On 30-11-16, 15:35, Baoyou Xie wrote:
> > Add the compatible string for supporting the generic cpufreq driver on
> > the ZTE's zx296718 SoC.
> > 
> > Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> > ---
> >  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 7126762..c0a28e23b 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -81,6 +81,8 @@ static const struct of_device_id machines[] __initconst = {
> >  
> >  	{ .compatible = "xlnx,zynq-7000", },
> >  
> > +	{ .compatible = "zte,zx296718", },
> > +
> >  	{ }
> >  };
> 
> 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-12-01 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  7:35 [PATCH] cpufreq: dt: Add support for zx296718 Baoyou Xie
2016-11-30  8:08 ` Viresh Kumar
2016-12-01 14:25   ` 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).