Re: [PATCH v11 2/9] OPP: Add support for parsing the 'opp-level' property

2019-01-11 Thread Stephen Boyd
Quoting Rajendra Nayak (2019-01-09 20:02:02) > Now that the OPP bindings are updated to include an optional > 'opp-level' property, add support to parse it from device tree > and store it as part of dev_pm_opp structure. > Also add and export an helper 'dev_pm_opp_get_level()' that can be > used to

Re: [PATCH v11 2/9] OPP: Add support for parsing the 'opp-level' property

2019-01-09 Thread Viresh Kumar
On 10-01-19, 09:32, Rajendra Nayak wrote: > Now that the OPP bindings are updated to include an optional > 'opp-level' property, add support to parse it from device tree > and store it as part of dev_pm_opp structure. > Also add and export an helper 'dev_pm_opp_get_level()' that can be > used to ge

[PATCH v11 2/9] OPP: Add support for parsing the 'opp-level' property

2019-01-09 Thread Rajendra Nayak
Now that the OPP bindings are updated to include an optional 'opp-level' property, add support to parse it from device tree and store it as part of dev_pm_opp structure. Also add and export an helper 'dev_pm_opp_get_level()' that can be used to get the level value read from device tree when present