[PATCH 1/4] regulator: dt-bindings: qcom,rpmh: Add supply names for PM6350
From: Luca Weiss
Date: Tue Sep 01 2026 - 05:14:20 EST
The supply names for the PM6350 regulators were skipped during initial
bringup. Document them now.
Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
---
.../bindings/regulator/qcom,rpmh-regulator.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
index eed2ce7fa861..9115885e7985 100644
--- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
@@ -187,6 +187,22 @@ allOf:
patternProperties:
"^vdd-s[1-8]-supply$": true
+ - if:
+ properties:
+ compatible:
+ enum:
+ - qcom,pm6350-rpmh-regulators
+ then:
+ properties:
+ vdd-l2-l5-l7-supply: true
+ vdd-l3-l6-l8-l9-l10-supply: true
+ vdd-l12-l14-supply: true
+ vdd-l15-l19-l22-supply: true
+ vdd-l18-l20-l21-supply: true
+ patternProperties:
+ "^vdd-l([14]|1[1367])-supply$": true
+ "^vdd-s[1-6]-supply$": true
+
- if:
properties:
compatible:
--
2.55.0