[PATCH 0/2] PM8350B LDO support

Esteban Urrutia via B4 Relay posted 2 patches 14 hours ago
.../devicetree/bindings/regulator/qcom,rpmh-regulator.yaml    | 11 +++++++++++
drivers/regulator/qcom-rpmh-regulator.c                       |  9 +++++++++
2 files changed, 20 insertions(+)
[PATCH 0/2] PM8350B LDO support
Posted by Esteban Urrutia via B4 Relay 14 hours ago
The PM8350B PMIC has an LDO regulator which seems to be mostly used for
powering display driver ICs.
On my device's schematics, vdd-l1-supply is represented as VIN_DDIC, and
vdd-l1 is represented as VREG_DDIC.
Downstream this LDO is of type pmic5-ldo and I assume it should be of
type pmic5_nldo upstream, since this is the type of regulator with the
least margin error for the reference voltage, which is 1250-1296mV for
my device.

Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
---
Esteban Urrutia (2):
      regulator: dt-bindings: qcom,rpmh: Add support for PM8350B
      regulator: qcom-rpmh: Add support for PM8350B

 .../devicetree/bindings/regulator/qcom,rpmh-regulator.yaml    | 11 +++++++++++
 drivers/regulator/qcom-rpmh-regulator.c                       |  9 +++++++++
 2 files changed, 20 insertions(+)
---
base-commit: b4515cf4156356e8f4fe6e0fdc17f59adab9772f
change-id: 20260723-pm8350b-ldo-7822bafd6e5c

Best regards,
--  
Esteban Urrutia <esteuwu@proton.me>