Specify linear voltage ranges
struct regulator_linear_range { unsigned int min_uV; unsigned int min_sel; unsigned int max_sel; unsigned int uV_step; };
min_uV
Lowest voltage in range
min_sel
Lowest selector for range
max_sel
Highest selector for range
uV_step
Step size
Specify a range of voltages for regulator_map_linar_range and regulator_list_linear_range.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.