Skip to content

Commit ae61939

Browse files
Rajendra Nayakbroonie
authored andcommitted
regulator: qcom,rpmh: Add PMC8380 compatible
Add PMC8380 compatibles for PMIC found in SC8380XP platform. Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> Link: https://lore.kernel.org/r/20231025135550.13162-2-quic_sibis@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent afb823a commit ae61939

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ description: |
5050
For PM8550, smps1 - smps6, ldo1 - ldo17, bob1 - bob2
5151
For PM8998, smps1 - smps13, ldo1 - ldo28, lvs1 - lvs2
5252
For PMI8998, bob
53+
For PMC8380, smps1 - smps8, ldo1 - lodo3
5354
For PMR735A, smps1 - smps3, ldo1 - ldo7
5455
For PMX55, smps1 - smps7, ldo1 - ldo16
5556
For PMX65, smps1 - smps8, ldo1 - ldo21
@@ -78,6 +79,7 @@ properties:
7879
- qcom,pm8998-rpmh-regulators
7980
- qcom,pmc8180-rpmh-regulators
8081
- qcom,pmc8180c-rpmh-regulators
82+
- qcom,pmc8380-rpmh-regulators
8183
- qcom,pmg1110-rpmh-regulators
8284
- qcom,pmi8998-rpmh-regulators
8385
- qcom,pmm8155au-rpmh-regulators
@@ -364,6 +366,16 @@ allOf:
364366
patternProperties:
365367
"^vdd-s([1-9]|1[0-3])-supply$": true
366368

369+
- if:
370+
properties:
371+
compatible:
372+
enum:
373+
- qcom,pmc8380-rpmh-regulators
374+
then:
375+
patternProperties:
376+
"^vdd-l[1-3]-supply$": true
377+
"^vdd-s[1-8]-supply$": true
378+
367379
- if:
368380
properties:
369381
compatible:

0 commit comments

Comments
 (0)