Skip to content

Commit e8ab311

Browse files
committed
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
2 parents 086aca1 + b1baaff commit e8ab311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/bd71828-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ static const struct bd71828_regulator_data bd71828_rdata[] = {
785785
},
786786
};
787787

788-
#define BD72720_BUCK10_DESC_INDEX 10
788+
#define BD72720_BUCK10_DESC_INDEX 9
789789
#define BD72720_NUM_BUCK_VOLTS 0x100
790790
#define BD72720_NUM_LDO_VOLTS 0x100
791791
#define BD72720_NUM_LDO12346_VOLTS 0x80

0 commit comments

Comments
 (0)