diff options
author | Axel Lin <axel.lin@ingics.com> | 2022-08-28 14:01:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-09 23:27:13 +0200 |
commit | 69a673c9e54d952cf404f80169d3100b7a9645bb (patch) | |
tree | 98ff3c4620d3207b8713eb147994c6fdeddf7d19 /drivers/regulator/Kconfig | |
parent | regulator: qcom_rpm: Fix circular deferral regression (diff) | |
download | linux-69a673c9e54d952cf404f80169d3100b7a9645bb.tar.xz linux-69a673c9e54d952cf404f80169d3100b7a9645bb.zip |
regulator: tps65219: Fix .bypass_val_on setting
The .bypass_val_on setting does not match the .bypass_mask setting, so the
.bypass_mask bit will never get set. Fix it by removing .bypass_val_on
setting, the regulator_set_bypass_regmap and regulator_get_bypass_regmap
helpers will use rdev->desc->bypass_mask as val_on if the val_on is 0.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20220828120153.1512508-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
0 files changed, 0 insertions, 0 deletions