diff mbox series

cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist

Message ID 1504021023-12459-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 3eba6e121155d56e2b50305a48fa11749c503a2e
Headers show
Series cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist | expand

Commit Message

Masahiro Yamada Aug. 29, 2017, 3:37 p.m. UTC
As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
uniphier-pxs2.dtsi, which uses "operating-points-v2" property
and whose cpufreq device is automatically created.

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

---

 drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.7.4

Comments

Viresh Kumar Sept. 14, 2017, 9:26 p.m. UTC | #1
On 30-08-17, 00:37, Masahiro Yamada wrote:
> As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes

> uniphier-pxs2.dtsi, which uses "operating-points-v2" property

> and whose cpufreq device is automatically created.

> 

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

> ---

> 

>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --

>  1 file changed, 2 deletions(-)

> 

> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c

> index a020da7940d6..c344fc1c4eb8 100644

> --- a/drivers/cpufreq/cpufreq-dt-platdev.c

> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c

> @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {

>  	{ .compatible = "rockchip,rk3368", },

>  	{ .compatible = "rockchip,rk3399", },

>  

> -	{ .compatible = "socionext,uniphier-ld6b", },

> -

>  	{ .compatible = "st-ericsson,u8500", },

>  	{ .compatible = "st-ericsson,u8540", },

>  	{ .compatible = "st-ericsson,u9500", },


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


-- 
viresh
Masahiro Yamada Oct. 9, 2017, 12:15 p.m. UTC | #2
Hi Rafael,


2017-09-15 6:26 GMT+09:00 Viresh Kumar <viresh.kumar@linaro.org>:
> On 30-08-17, 00:37, Masahiro Yamada wrote:

>> As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes

>> uniphier-pxs2.dtsi, which uses "operating-points-v2" property

>> and whose cpufreq device is automatically created.

>>

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

>> ---

>>

>>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --

>>  1 file changed, 2 deletions(-)

>>

>> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c

>> index a020da7940d6..c344fc1c4eb8 100644

>> --- a/drivers/cpufreq/cpufreq-dt-platdev.c

>> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c

>> @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {

>>       { .compatible = "rockchip,rk3368", },

>>       { .compatible = "rockchip,rk3399", },

>>

>> -     { .compatible = "socionext,uniphier-ld6b", },

>> -

>>       { .compatible = "st-ericsson,u8500", },

>>       { .compatible = "st-ericsson,u8540", },

>>       { .compatible = "st-ericsson,u9500", },

>

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



Viresh issued Ack.

Could you apply this for v4.15?  (or perhaps v4.14?)



-- 
Best Regards
Masahiro Yamada
Rafael J. Wysocki Oct. 10, 2017, 3:45 p.m. UTC | #3
On Tue, Oct 10, 2017 at 5:25 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 14-09-17, 14:26, Viresh Kumar wrote:

>> On 30-08-17, 00:37, Masahiro Yamada wrote:

>> > As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes

>> > uniphier-pxs2.dtsi, which uses "operating-points-v2" property

>> > and whose cpufreq device is automatically created.

>> >

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

>> > ---

>> >

>> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --

>> >  1 file changed, 2 deletions(-)

>> >

>> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c

>> > index a020da7940d6..c344fc1c4eb8 100644

>> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c

>> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c

>> > @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {

>> >     { .compatible = "rockchip,rk3368", },

>> >     { .compatible = "rockchip,rk3399", },

>> >

>> > -   { .compatible = "socionext,uniphier-ld6b", },

>> > -

>> >     { .compatible = "st-ericsson,u8500", },

>> >     { .compatible = "st-ericsson,u8540", },

>> >     { .compatible = "st-ericsson,u9500", },

>>

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

>

> @Rafael: You missed my Ack while applying this patch ?


No, I had applied it before you acked it, because it was super-obvious. :-)
diff mbox series

Patch

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index a020da7940d6..c344fc1c4eb8 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -83,8 +83,6 @@  static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "rockchip,rk3368", },
 	{ .compatible = "rockchip,rk3399", },
 
-	{ .compatible = "socionext,uniphier-ld6b", },
-
 	{ .compatible = "st-ericsson,u8500", },
 	{ .compatible = "st-ericsson,u8540", },
 	{ .compatible = "st-ericsson,u9500", },