Skip to content

Commit 729ff4a

Browse files
lweiss-fairphonebroonie
authored andcommitted
regulator: dt-bindings: qcom,rpmh: Add PM7550 compatible
Add the PM7550 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-1-bca8cc15c199@fairphone.com Signed-off-by: Mark Brown <[email protected]>
1 parent 347e9f5 commit 729ff4a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ description: |
4040
For PM660, smps1 - smps6, ldo1 - ldo3, ldo5 - ldo19
4141
For PM660L, smps1 - smps3, smps5, ldo1 - ldo8, bob
4242
For PM7325, smps1 - smps8, ldo1 - ldo19
43+
For PM7550, smps1 - smps6, ldo1 - ldo23, bob
4344
For PM8005, smps1 - smps4
4445
For PM8009, smps1 - smps2, ldo1 - ldo7
4546
For PM8010, ldo1 - ldo7
@@ -66,6 +67,7 @@ properties:
6667
- qcom,pm660-rpmh-regulators
6768
- qcom,pm660l-rpmh-regulators
6869
- qcom,pm7325-rpmh-regulators
70+
- qcom,pm7550-rpmh-regulators
6971
- qcom,pm8005-rpmh-regulators
7072
- qcom,pm8009-rpmh-regulators
7173
- qcom,pm8009-1-rpmh-regulators
@@ -218,6 +220,25 @@ allOf:
218220
"^vdd-l[358]-supply$": true
219221
"^vdd-s[1-8]-supply$": true
220222

223+
- if:
224+
properties:
225+
compatible:
226+
enum:
227+
- qcom,pm7550-rpmh-regulators
228+
then:
229+
properties:
230+
vdd-bob-supply:
231+
description: BOB regulator parent supply phandle.
232+
vdd-l2-l3-supply: true
233+
vdd-l4-l5-supply: true
234+
vdd-l9-l10-supply: true
235+
vdd-l12-l14-supply: true
236+
vdd-l13-l16-supply: true
237+
vdd-l15-l17-l18-l19-l20-l21-l22-l23-supply: true
238+
patternProperties:
239+
"^vdd-l(1|[6-8]|11)-supply$": true
240+
"^vdd-s[1-6]-supply$": true
241+
221242
- if:
222243
properties:
223244
compatible:

0 commit comments

Comments
 (0)