Re: [PATCH] of: Don't create platform device for OPP tables

2018-04-13 Thread Rob Herring
On Tue, Apr 10, 2018 at 4:05 AM, Viresh Kumar wrote: > The OPP tables are present as separate nodes, whose phandle is used in > the "operating-points-v2" property of devices. Currently the OF core > creates a platform device for the OPP table unconditionally, which is >

Re: [PATCH] of: Don't create platform device for OPP tables

2018-04-13 Thread Rob Herring
On Tue, Apr 10, 2018 at 4:05 AM, Viresh Kumar wrote: > The OPP tables are present as separate nodes, whose phandle is used in > the "operating-points-v2" property of devices. Currently the OF core > creates a platform device for the OPP table unconditionally, which is > not used by any kernel

Re: [PATCH] of: Don't create platform device for OPP tables

2018-04-10 Thread Stephen Boyd
Quoting Viresh Kumar (2018-04-10 02:05:22) > The OPP tables are present as separate nodes, whose phandle is used in > the "operating-points-v2" property of devices. Currently the OF core > creates a platform device for the OPP table unconditionally, which is > not used by any kernel code. > >

Re: [PATCH] of: Don't create platform device for OPP tables

2018-04-10 Thread Stephen Boyd
Quoting Viresh Kumar (2018-04-10 02:05:22) > The OPP tables are present as separate nodes, whose phandle is used in > the "operating-points-v2" property of devices. Currently the OF core > creates a platform device for the OPP table unconditionally, which is > not used by any kernel code. > >

[PATCH] of: Don't create platform device for OPP tables

2018-04-10 Thread Viresh Kumar
The OPP tables are present as separate nodes, whose phandle is used in the "operating-points-v2" property of devices. Currently the OF core creates a platform device for the OPP table unconditionally, which is not used by any kernel code. Skip creating OPP table platform devices. Reported-by:

[PATCH] of: Don't create platform device for OPP tables

2018-04-10 Thread Viresh Kumar
The OPP tables are present as separate nodes, whose phandle is used in the "operating-points-v2" property of devices. Currently the OF core creates a platform device for the OPP table unconditionally, which is not used by any kernel code. Skip creating OPP table platform devices. Reported-by: