Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d449b182 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: rpm-smd: Send the logical mode instead of the raw mode"

parents ba0ccb0b f6af62b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -873,8 +873,8 @@ static int rpm_vreg_get_voltage(struct regulator_dev *rdev)
	return uV;
}

#define REGULATOR_MODE_PMIC4_LDO_LPM	5
#define REGULATOR_MODE_PMIC4_LDO_HPM	7
#define REGULATOR_MODE_PMIC4_LDO_LPM	0
#define REGULATOR_MODE_PMIC4_LDO_HPM	1
#define REGULATOR_MODE_PMIC5_LDO_LPM	4
#define REGULATOR_MODE_PMIC5_LDO_HPM	7