Re: [PATCH] cpufreq: dt: Add support for zx296718

2016-12-01 Thread Rafael J. Wysocki
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 
> > ---
> >  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 

Applied.

Thanks,
Rafael



Re: [PATCH] cpufreq: dt: Add support for zx296718

2016-12-01 Thread Rafael J. Wysocki
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 
> > ---
> >  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 

Applied.

Thanks,
Rafael



Re: [PATCH] cpufreq: dt: Add support for zx296718

2016-11-30 Thread Viresh Kumar
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 
> ---
>  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


Re: [PATCH] cpufreq: dt: Add support for zx296718

2016-11-30 Thread Viresh Kumar
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 
> ---
>  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


[PATCH] cpufreq: dt: Add support for zx296718

2016-11-29 Thread Baoyou Xie
Add the compatible string for supporting the generic cpufreq driver on
the ZTE's zx296718 SoC.

Signed-off-by: Baoyou Xie 
---
 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



[PATCH] cpufreq: dt: Add support for zx296718

2016-11-29 Thread Baoyou Xie
Add the compatible string for supporting the generic cpufreq driver on
the ZTE's zx296718 SoC.

Signed-off-by: Baoyou Xie 
---
 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