diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-04-11 22:35:16 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-04-11 22:35:16 +0300 |
| commit | e8ab3110525dfceba34c1bb777a92f156095c6da (patch) | |
| tree | 97607eafc0c8b9497b93d222399a621f5732d181 | |
| parent | 086aca1030cff9e4729785bcfafaf4b8c489a892 (diff) | |
| parent | b1baaff4e5231f0d7db209f72a43112cd2d29257 (diff) | |
| download | linux-e8ab3110525dfceba34c1bb777a92f156095c6da.tar.xz | |
Merge tag 'regulator-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fix from Mark Brown:
"One last fix for v7.0, the BD72720 incorrectly described which DCDC is
tied to the LDO for its LDON-HEAD mode which automates using the DCDC
to more efficiently drop a supply for delivery via the LDO"
* tag 'regulator-fix-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: bd71828-regulator.c: Fix LDON-HEAD mode
| -rw-r--r-- | drivers/regulator/bd71828-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/bd71828-regulator.c b/drivers/regulator/bd71828-regulator.c index c8f3343cfe23..473beb4399d9 100644 --- a/drivers/regulator/bd71828-regulator.c +++ b/drivers/regulator/bd71828-regulator.c @@ -785,7 +785,7 @@ static const struct bd71828_regulator_data bd71828_rdata[] = { }, }; -#define BD72720_BUCK10_DESC_INDEX 10 +#define BD72720_BUCK10_DESC_INDEX 9 #define BD72720_NUM_BUCK_VOLTS 0x100 #define BD72720_NUM_LDO_VOLTS 0x100 #define BD72720_NUM_LDO12346_VOLTS 0x80 |
