diff options
author | 2021-05-29 09:32:36 +0800 | |
---|---|---|
committer | 2021-06-03 13:55:31 +0100 | |
commit | 50bec7fb4cb1bcf9d387046b6dec7186590791ec (patch) | |
tree | 4e3117e2beb7bff4c6e1ab72ba5cccd90e54675b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | regulator: bd718x7: Fix the BUCK7 voltage setting on BD71837 (diff) | |
download | linux-dev-50bec7fb4cb1bcf9d387046b6dec7186590791ec.tar.xz linux-dev-50bec7fb4cb1bcf9d387046b6dec7186590791ec.zip |
regulator: hi6421v600: Fix .vsel_mask setting
Take ldo3_voltages as example, the ARRAY_SIZE(ldo3_voltages) is 16.
i.e. the valid selector is 0 ~ 0xF.
But in current code the vsel_mask is "(1 << 15) - 1", i.e. 0x7FFF. Fix it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210529013236.373847-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions