regulator: mcp16502: Fix missing n_voltages setting
The n_voltages setting is not set, fix it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4906d09164
commit
f4c8f98028
@ -90,6 +90,7 @@ static unsigned int mcp16502_of_map_mode(unsigned int mode)
|
||||
.ops = &(_ops), \
|
||||
.type = REGULATOR_VOLTAGE, \
|
||||
.owner = THIS_MODULE, \
|
||||
.n_voltages = MCP16502_VSEL + 1, \
|
||||
.linear_ranges = _ranges, \
|
||||
.n_linear_ranges = ARRAY_SIZE(_ranges), \
|
||||
.of_match = of_match_ptr(_name), \
|
||||
|
Loading…
Reference in New Issue
Block a user