LF-13708-2: regulator: pf9453: change LDO_SNVS voltage range

The pmic pf9453 A2 has changed the LDO_SNVS voltage range, so update it.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
Joy Zou 2024-10-21 22:07:15 +08:00
parent 4c0e7ef18c
commit 8aef27e99b

View File

@ -352,10 +352,10 @@ static const struct linear_range pf9453_ldo2_volts[] = {
/*
* LDOSNVS
* 0.8 to 3.0V (25mV step)
* 1.2 to 3.4V (25mV step)
*/
static const struct linear_range pf9453_ldosnvs_volts[] = {
REGULATOR_LINEAR_RANGE(800000, 0x00, 0x58, 25000),
REGULATOR_LINEAR_RANGE(1200000, 0x00, 0x58, 25000),
};
static int buck_set_dvs(const struct regulator_desc *desc,