commit | a34785f10d33f70680941da284d7ec3a612aad1a | [log] [tgz] |
---|---|---|
author | Laxman Dewangan <ldewangan@nvidia.com> | Thu Mar 10 17:42:47 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Sat Mar 12 12:59:33 2016 +0700 |
tree | 28c881c040d8101dac28b9591d1a38e75e8831d1 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
regulator: of: Use of_property_read_u32() for reading min/max OF interface provides to read the u32 value via standard interface of_property_read_u32(). Use this API to read "regulator-min-microvolts" and "regulator-max-microvolt". This will make consistent with other property value reads. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>