regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage
authorAxel Lin <axel.lin@ingics.com>
Tue, 30 Apr 2019 11:13:46 +0000 (19:13 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 3 May 2019 06:07:15 +0000 (15:07 +0900)
commit311a68a51a58bfdead971080d41a34ca565b47a0
tree0e47e91543f6efc919f0cf51646e3c3300394621
parent7bcbdbe01fa82712f8fece2a07ea30758b76403d
regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage

For fixed regulator, setting .n_voltages = 1 and .fixed_uV is enough,
no need to set .min_uV and .list_volage.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/stm32-pwr.c