commit | eb7c8743d6cf489e30091e6656fd4d3306621e9a | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 05 16:17:14 2018 +0530 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 19 14:56:41 2018 -0700 |
tree | 291da2bacbf57a1214f0082d2ed06a8b5cfc2c69 | |
parent | 3d2556992a878a2210d3be498416aee39e0c32aa [diff] |
OPP: Pass index to _of_init_opp_table() This is a preparatory patch required for the next commit which will start using OPP table's node pointer in _of_init_opp_table(), which requires the index in order to read the OPP table's phandle. This commit adds the index argument in the call chains in order to get it delivered to _of_init_opp_table(). Tested-by: Niklas Cassel <niklas.cassel@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>