]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: regulator: pfuze100: Fix min_uV usage
authorPeng Fan <peng.fan@nxp.com>
Sat, 18 Apr 2026 12:37:32 +0000 (20:37 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 02:20:30 +0000 (10:20 +0800)
commit356b7598cd35833fdf5890b4fbabc76e4af17f95
treed00f719d6e686e75ffb11ce5572b88c108957022
parent1526438a9305f98cdf6e40e5b73d8dd517c45636
power: regulator: pfuze100: Fix min_uV usage

regulator-min-microvolt in device tree is not always match the minimal
voltage in the pmic datasheet, direclty using the min value from device
tree as base may cause wrong voltage settings being written.

Directly use the min_uV from datasheet to avoid wrong settings.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/power/regulator/pfuze100.c