Skip to content

Commit ba0887a

Browse files
Bartosz Golaszewskibroonie
authored andcommitted
regulator: qcom,rpmh: add compatible for pmm8654au RPMH
Add the compatible for the pmm8654au RPMH regulators present on the sa8775p-ride development board. Signed-off-by: Bartosz Golaszewski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 65f1b1d commit ba0887a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ properties:
8080
- qcom,pmg1110-rpmh-regulators
8181
- qcom,pmi8998-rpmh-regulators
8282
- qcom,pmm8155au-rpmh-regulators
83+
- qcom,pmm8654au-rpmh-regulators
8384
- qcom,pmr735a-rpmh-regulators
8485
- qcom,pmx55-rpmh-regulators
8586
- qcom,pmx65-rpmh-regulators
@@ -247,6 +248,22 @@ allOf:
247248
patternProperties:
248249
"^vdd-s([1-9]|10)-supply$": true
249250

251+
- if:
252+
properties:
253+
compatible:
254+
enum:
255+
- qcom,pmm8654au-rpmh-regulators
256+
then:
257+
properties:
258+
vdd-l1-supply: true
259+
vdd-l2-l3-supply: true
260+
vdd-l4-supply: true
261+
vdd-l5-supply: true
262+
vdd-l6-l7-supply: true
263+
vdd-l8-l9-supply: true
264+
patternProperties:
265+
"^vdd-s[1-9]-supply$": true
266+
250267
- if:
251268
properties:
252269
compatible:

0 commit comments

Comments
 (0)