regulator: bcm590xx: Set n_voltages for linear reg
Fix the macro used to define linear range regulators to include the number of voltages. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Acked-by: Matt Porter <mporter@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
5481b348e8
commit
1e7914058e
|
@ -123,6 +123,7 @@ struct bcm590xx_info {
|
||||||
#define BCM590XX_REG_RANGES(_name, _ranges) \
|
#define BCM590XX_REG_RANGES(_name, _ranges) \
|
||||||
{ \
|
{ \
|
||||||
.name = #_name, \
|
.name = #_name, \
|
||||||
|
.n_voltages = 64, \
|
||||||
.n_linear_ranges = ARRAY_SIZE(_ranges), \
|
.n_linear_ranges = ARRAY_SIZE(_ranges), \
|
||||||
.linear_ranges = _ranges, \
|
.linear_ranges = _ranges, \
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue