mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
![]() As per TRM[0] Section 8.7.1 "TPS6594-Q1 Registers", LDOx_Vout
bit 6-1, define the NVM voltage settings.
Along side table 8-4 of above TRM, shows voltage to value mapping.
Driver wrongly using bits 5-1 to calculate voltage, and to convert
voltage to value driver was using buck's calculation.
So fix those calculation.
[0]: https://www.ti.com/lit/ds/symlink/tps6594-q1.pdf
Fixes:
|
||
---|---|---|
.. | ||
ab8500.h | ||
acpi_pmc.h | ||
act8846_pmic.h | ||
as3722.h | ||
battery.h | ||
bd71837.h | ||
da9063_pmic.h | ||
fan53555.h | ||
hi6553_pmic.h | ||
lp873x.h | ||
lp87565.h | ||
ltc3676_pmic.h | ||
max8997_muic.h | ||
max8997_pmic.h | ||
max8998_pmic.h | ||
max17042_fg.h | ||
max77663.h | ||
max77686_pmic.h | ||
max77693_fg.h | ||
max77693_muic.h | ||
max77693_pmic.h | ||
mc34vr500_pmic.h | ||
mp5416.h | ||
palmas.h | ||
pca9450.h | ||
pfuze100_pmic.h | ||
pfuze3000_pmic.h | ||
pmic.h | ||
power_chrg.h | ||
regulator.h | ||
rk8xx_pmic.h | ||
rn5t567_pmic.h | ||
s2mps11.h | ||
s5m8767.h | ||
sandbox_pmic.h | ||
stpmic1.h | ||
tps62362.h | ||
tps65090.h | ||
tps65217.h | ||
tps65218.h | ||
tps65219.h | ||
tps65910.h | ||
tps65910_pmic.h | ||
tps65941.h | ||
tps80031.h |