commit | 5a523605afa7d3b54b2e7041f8c9e6bc39872a7e | [log] [tgz] |
---|---|---|
author | Laxman Dewangan <ldewangan@nvidia.com> | Tue Sep 10 15:45:05 2013 +0530 |
committer | Mark Brown <broonie@linaro.org> | Tue Sep 10 18:19:52 2013 +0100 |
tree | bb8b579e660754e37ae11b68f11085d12dff7c71 | |
parent | a584862221426f461f56674d30fe0d712ee63d00 [diff] |
regulator: core: provide fixed voltage in desc for single voltage rail If given rail has the single voltage (n_voltages = 1) then provide the rail voltage through regulator descriptor so that core can use this value for finding voltage. This will avoid the implementation of the callback for get_voltage() or list_voltage() callback on regulator driver. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>