]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xB
authorAxel Lin <axel.lin@ingics.com>
Mon, 4 Mar 2019 08:57:52 +0000 (16:57 +0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commiteb1714120d9526df55f39e9080cf61a275684c0f
tree3a611f6fed2d2943c6d115ef7a9741091e5457d6
parent52e4f163f4c5ace76661efa01827f7abb3d29943
regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xB

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit e69b394703e032e56a140172440ec4f9890b536d ]

selector 0xB (1011) should be 2.6V rather than 2.7V, fit ix.

Table 5-4. LDOA1 Output Voltage Options
VID Bits VOUT VID Bits VOUT VID Bits VOUT VID Bits VOUT
0000     1.35 0100     1.8  1000     2.3  1100     2.85
0001     1.5  0101     1.9  1001     2.4  1101     3.0
0010     1.6  0110     2.0  1010     2.5  1110     3.3
0011     1.7  0111     2.1  1011     2.6  1111     Not Used

Fixes: d2a2e729a666 ("regulator: tps65086: Add regulator driver for the TPS65086 PMIC")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/regulator/tps65086-regulator.c