File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Documentation/devicetree/bindings/regulator Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ properties:
18
18
compatible :
19
19
enum :
20
20
- qcom,qca6390-pmu
21
+ - qcom,wcn6750-pmu
21
22
- qcom,wcn6855-pmu
22
23
- qcom,wcn7850-pmu
23
24
@@ -27,6 +28,9 @@ properties:
27
28
vddaon-supply :
28
29
description : VDD_AON supply regulator handle
29
30
31
+ vddasd-supply :
32
+ description : VDD_ASD supply regulator handle
33
+
30
34
vdddig-supply :
31
35
description : VDD_DIG supply regulator handle
32
36
@@ -42,6 +46,9 @@ properties:
42
46
vddio1p2-supply :
43
47
description : VDD_IO_1P2 supply regulator handle
44
48
49
+ vddrfa0p8-supply :
50
+ description : VDD_RFA_0P8 supply regulator handle
51
+
45
52
vddrfa0p95-supply :
46
53
description : VDD_RFA_0P95 supply regulator handle
47
54
@@ -51,12 +58,18 @@ properties:
51
58
vddrfa1p3-supply :
52
59
description : VDD_RFA_1P3 supply regulator handle
53
60
61
+ vddrfa1p7-supply :
62
+ description : VDD_RFA_1P7 supply regulator handle
63
+
54
64
vddrfa1p8-supply :
55
65
description : VDD_RFA_1P8 supply regulator handle
56
66
57
67
vddrfa1p9-supply :
58
68
description : VDD_RFA_1P9 supply regulator handle
59
69
70
+ vddrfa2p2-supply :
71
+ description : VDD_RFA_2P2 supply regulator handle
72
+
60
73
vddpcie1p3-supply :
61
74
description : VDD_PCIE_1P3 supply regulator handle
62
75
@@ -119,6 +132,20 @@ allOf:
119
132
- vddpcie1p3-supply
120
133
- vddpcie1p9-supply
121
134
- vddio-supply
135
+ - if :
136
+ properties :
137
+ compatible :
138
+ contains :
139
+ const : qcom,wcn6750-pmu
140
+ then :
141
+ required :
142
+ - vddaon-supply
143
+ - vddasd-supply
144
+ - vddpmu-supply
145
+ - vddrfa0p8-supply
146
+ - vddrfa1p2-supply
147
+ - vddrfa1p7-supply
148
+ - vddrfa2p2-supply
122
149
- if :
123
150
properties :
124
151
compatible :
You can’t perform that action at this time.
0 commit comments