Re: [PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-19 Thread Rafael J. Wysocki
On Wednesday, April 19, 2017 07:22:15 AM Olof Johansson wrote: > Hi Viresh, > > On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > > Compiling the DT file with W=1, DTC warns like follows: > > > > Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a > > unit name,

Re: [PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-19 Thread Rafael J. Wysocki
On Wednesday, April 19, 2017 07:22:15 AM Olof Johansson wrote: > Hi Viresh, > > On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > > Compiling the DT file with W=1, DTC warns like follows: > > > > Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a > > unit name,

Re: [PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-19 Thread Olof Johansson
Hi Viresh, On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > Compiling the DT file with W=1, DTC warns like follows: > > Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a > unit name, but no reg property > > Fix this by replacing '@' with '-' as the OPP nodes

Re: [PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-19 Thread Olof Johansson
Hi Viresh, On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > Compiling the DT file with W=1, DTC warns like follows: > > Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a > unit name, but no reg property > > Fix this by replacing '@' with '-' as the OPP nodes

[PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-17 Thread Viresh Kumar
Compiling the DT file with W=1, DTC warns like follows: Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a unit name, but no reg property Fix this by replacing '@' with '-' as the OPP nodes will never have a "reg" property. Reported-by: Krzysztof Kozlowski

[PATCH V3] PM / OPP: Use - instead of @ for DT entries

2017-04-17 Thread Viresh Kumar
Compiling the DT file with W=1, DTC warns like follows: Warning (unit_address_vs_reg): Node /opp_table0/opp@10 has a unit name, but no reg property Fix this by replacing '@' with '-' as the OPP nodes will never have a "reg" property. Reported-by: Krzysztof Kozlowski Reported-by: