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


Groups > linux.kernel > #1533031 > unrolled thread

[PATCH] cpufreq: dt: Add support for zx296718

Started byBaoyou Xie <baoyou.xie@linaro.org>
First post2016-11-30 08:40 +0100
Last post2016-12-01 15:30 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] cpufreq: dt: Add support for zx296718 Baoyou Xie <baoyou.xie@linaro.org> - 2016-11-30 08:40 +0100
    Re: [PATCH] cpufreq: dt: Add support for zx296718 Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-30 09:10 +0100
      Re: [PATCH] cpufreq: dt: Add support for zx296718 "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-12-01 15:30 +0100

#1533031 — [PATCH] cpufreq: dt: Add support for zx296718

FromBaoyou Xie <baoyou.xie@linaro.org>
Date2016-11-30 08:40 +0100
Subject[PATCH] cpufreq: dt: Add support for zx296718
Message-ID<sJ7EK-381-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1533045

FromViresh Kumar <viresh.kumar@linaro.org>
Date2016-11-30 09:10 +0100
Message-ID<sJ87M-3xH-19@gated-at.bofh.it>
In reply to#1533031
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

[toc] | [prev] | [next] | [standalone]


#1534151

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-12-01 15:30 +0100
Message-ID<sJAx3-50F-17@gated-at.bofh.it>
In reply to#1533045
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web