mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +00:00
regulator: qcom_smd: Make pm8953_lnldo linear_ranges entries properly sorted
For better readability, make linear_ranges entries sort by selector. Signed-off-by: Axel Lin <axel.lin@ingics.com> Message-Id: <20210520112719.1814396-1-axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@sirena.org.uk>
This commit is contained in:
parent
7c556aec14
commit
e0f339213c
@ -449,8 +449,8 @@ static const struct regulator_desc pm8950_pldo = {
|
||||
|
||||
static const struct regulator_desc pm8953_lnldo = {
|
||||
.linear_ranges = (struct linear_range[]) {
|
||||
REGULATOR_LINEAR_RANGE(1380000, 8, 15, 120000),
|
||||
REGULATOR_LINEAR_RANGE(690000, 0, 7, 60000),
|
||||
REGULATOR_LINEAR_RANGE(1380000, 8, 15, 120000),
|
||||
},
|
||||
.n_linear_ranges = 2,
|
||||
.n_voltages = 16,
|
||||
|
Loading…
x
Reference in New Issue
Block a user