commit | 8b370e086b90245ef1da7fa6d41a1da205e11e77 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu May 17 08:50:45 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 17 23:00:55 2012 +0100 |
tree | 09b9fa9384a1535acf4bdab9e143365bbefc5537 | |
parent | 4923b48b27fc89710ebc8b77fe0dd679724c0ffc [diff] |
regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_info This driver has been converted to set_voltage_sel and regulator_map_voltage_linear. regulator_map_voltage_linear will check the voltage falls within specified range. The max_uV field is not used now, remove it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>