Re: [PATCH] OPP: Fix handling of multiple power domains

2019-03-12 Thread Rafael J. Wysocki
On Friday, March 8, 2019 5:37:12 AM CET Viresh Kumar wrote: > On 06-03-19, 09:37, Rajendra Nayak wrote: > > We seem to rely on the number of phandles specified in the > > 'required-opps' property to identify cases where a device is > > associated with multiple power domains and hence would have > >

Re: [PATCH] OPP: Fix handling of multiple power domains

2019-03-07 Thread Viresh Kumar
On 06-03-19, 09:37, Rajendra Nayak wrote: > We seem to rely on the number of phandles specified in the > 'required-opps' property to identify cases where a device is > associated with multiple power domains and hence would have > multiple virtual devices that have to be dealt with. > > In cases wh

Re: [PATCH] OPP: Fix handling of multiple power domains

2019-03-06 Thread Stephen Boyd
Quoting Rajendra Nayak (2019-03-05 20:07:26) > We seem to rely on the number of phandles specified in the > 'required-opps' property to identify cases where a device is > associated with multiple power domains and hence would have > multiple virtual devices that have to be dealt with. > > In cases