mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
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:
parent
4c0e7ef18c
commit
8aef27e99b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user