Re: [PATCH] regulator: qcom-rpmh: Fix pm8010 pmic5_pldo502ln minimum voltage

From: Bryan O'Donoghue
Date: Wed Feb 14 2024 - 09:07:28 EST


On 14/02/2024 13:25, Mark Brown wrote:
On Wed, Feb 14, 2024 at 12:16:14PM +0000, Bryan O'Donoghue wrote:

.voltage_ranges = (struct linear_range[]) {
- REGULATOR_LINEAR_RANGE(1800000, 0, 2, 200000),
+ REGULATOR_LINEAR_RANGE(1808000, 0, 2, 200000),

This will also offset all other voltages that get set, is that expected
and desired?

Yep, looks typo in the original submission.

ldo3, ldo4 and ldo6 should all be 1.808.

---
bod