Skip to content

Commit 20a01de

Browse files
lweiss-fairphonebroonie
authored andcommitted
regulator: dt-bindings: qcom,rpmh: Add PMR735B compatible
Add the PMR735B compatible for the regulators in the PMIC found with the Milos SoC. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://patch.msgid.link/20250711-pm7550-pmr735b-rpmh-regs-v2-2-bca8cc15c199@fairphone.com Signed-off-by: Mark Brown <[email protected]>
1 parent 729ff4a commit 20a01de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ description: |
5454
For PMI8998, bob
5555
For PMC8380, smps1 - smps8, ldo1 - lodo3
5656
For PMR735A, smps1 - smps3, ldo1 - ldo7
57+
For PMR735B, ldo1 - ldo12
5758
For PMX55, smps1 - smps7, ldo1 - ldo16
5859
For PMX65, smps1 - smps8, ldo1 - ldo21
5960
For PMX75, smps1 - smps10, ldo1 - ldo21
@@ -89,6 +90,7 @@ properties:
8990
- qcom,pmm8155au-rpmh-regulators
9091
- qcom,pmm8654au-rpmh-regulators
9192
- qcom,pmr735a-rpmh-regulators
93+
- qcom,pmr735b-rpmh-regulators
9294
- qcom,pmx55-rpmh-regulators
9395
- qcom,pmx65-rpmh-regulators
9496
- qcom,pmx75-rpmh-regulators
@@ -445,6 +447,18 @@ allOf:
445447
patternProperties:
446448
"^vdd-s[1-3]-supply$": true
447449

450+
- if:
451+
properties:
452+
compatible:
453+
enum:
454+
- qcom,pmr735b-rpmh-regulators
455+
then:
456+
properties:
457+
vdd-l1-l2-supply: true
458+
vdd-l7-l8-supply: true
459+
patternProperties:
460+
"^vdd-l([3-6]|9|1[0-2])-supply$": true
461+
448462
- if:
449463
properties:
450464
compatible:

0 commit comments

Comments
 (0)