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

2017-04-18 Thread Rafael J. Wysocki
On Tuesday, April 18, 2017 10:45:26 AM Viresh Kumar wrote: > On 17-04-17, 18:40, Rafael J. Wysocki wrote: > > On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > > > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki

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

2017-04-18 Thread Rafael J. Wysocki
On Tuesday, April 18, 2017 10:45:26 AM Viresh Kumar wrote: > On 17-04-17, 18:40, Rafael J. Wysocki wrote: > > On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > > > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > >

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

2017-04-17 Thread Viresh Kumar
On 17-04-17, 18:40, Rafael J. Wysocki wrote: > On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > > > On Monday, April 10, 2017 02:51:35 PM

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

2017-04-17 Thread Viresh Kumar
On 17-04-17, 18:40, Rafael J. Wysocki wrote: > On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > > > On Monday, April 10, 2017 02:51:35 PM Viresh Kumar wrote: > > >

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

2017-04-17 Thread Rafael J. Wysocki
On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > > On Monday, April 10, 2017 02:51:35 PM Viresh Kumar wrote: > > >> Compiling the DT file with W=1,

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

2017-04-17 Thread Rafael J. Wysocki
On Monday, April 17, 2017 06:35:25 PM Rafael J. Wysocki wrote: > On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > > On Monday, April 10, 2017 02:51:35 PM Viresh Kumar wrote: > > >> Compiling the DT file with W=1, DTC warns like

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

2017-04-17 Thread Rafael J. Wysocki
On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > On Monday, April 10, 2017 02:51:35 PM Viresh Kumar wrote: > >> Compiling the DT file with W=1, DTC warns like follows: > >> > >> Warning (unit_address_vs_reg): Node

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

2017-04-17 Thread Rafael J. Wysocki
On Monday, April 17, 2017 11:07:51 AM Masahiro Yamada wrote: > 2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > > On Monday, April 10, 2017 02:51:35 PM Viresh Kumar wrote: > >> Compiling the DT file with W=1, DTC warns like follows: > >> > >> Warning (unit_address_vs_reg): Node

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

2017-04-16 Thread Masahiro Yamada
2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > On Monday, April 10, 2017 02:51:35 PM 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 >>

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

2017-04-16 Thread Masahiro Yamada
2017-04-15 7:47 GMT+09:00 Rafael J. Wysocki : > On Monday, April 10, 2017 02:51:35 PM 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

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

2017-04-14 Thread Rafael J. Wysocki
On Monday, April 10, 2017 02:51:35 PM 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 will never have a

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

2017-04-14 Thread Rafael J. Wysocki
On Monday, April 10, 2017 02:51:35 PM 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 will never have a

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

2017-04-14 Thread Tony Lindgren
* Viresh Kumar [170410 02:24]: > 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 >

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

2017-04-14 Thread Tony Lindgren
* Viresh Kumar [170410 02:24]: > 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. > >

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

2017-04-13 Thread Rob Herring
On Mon, Apr 10, 2017 at 02:51:35PM +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 will never

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

2017-04-13 Thread Rob Herring
On Mon, Apr 10, 2017 at 02:51:35PM +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 will never

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

2017-04-10 Thread Masahiro Yamada
Hi Viresh, 2017-04-10 18:21 GMT+09:00 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

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

2017-04-10 Thread Masahiro Yamada
Hi Viresh, 2017-04-10 18:21 GMT+09:00 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 >

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

2017-04-10 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 V2] PM / OPP: Use - instead of @ for DT entries

2017-04-10 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: