OPP: Add support for parsing the 'opp-level' property
authorRajendra Nayak <rnayak@codeaurora.org>
Thu, 10 Jan 2019 04:02:02 +0000 (09:32 +0530)
committerAndy Gross <andy.gross@linaro.org>
Tue, 22 Jan 2019 21:06:11 +0000 (15:06 -0600)
commit5b93ac542301026eff8954589cf59f801d03db3e
tree281b92c16dd14af7f10be2edbafb2a6bf42017f9
parentcea8e2f3938c510f6041c632fe19e4e95296ae04
OPP: Add support for parsing the 'opp-level' property

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.

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/opp/core.c
drivers/opp/of.c
drivers/opp/opp.h
include/linux/pm_opp.h