File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Documentation/devicetree/bindings/interconnect Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ description: |
18
18
least one RPMh device child node pertaining to their RSC and each provider
19
19
can map to multiple RPMh resources.
20
20
21
- allOf :
22
- - $ref : qcom,rpmh-common.yaml#
23
-
24
21
properties :
25
22
reg :
26
23
maxItems : 1
@@ -91,6 +88,7 @@ properties:
91
88
- qcom,sm8250-mc-virt
92
89
- qcom,sm8250-mmss-noc
93
90
- qcom,sm8250-npu-noc
91
+ - qcom,sm8250-qup-virt
94
92
- qcom,sm8250-system-noc
95
93
- qcom,sm8350-aggre1-noc
96
94
- qcom,sm8350-aggre2-noc
@@ -107,7 +105,19 @@ properties:
107
105
108
106
required :
109
107
- compatible
110
- - reg
108
+
109
+ allOf :
110
+ - $ref : qcom,rpmh-common.yaml#
111
+ - if :
112
+ not :
113
+ properties :
114
+ compatible :
115
+ enum :
116
+ - qcom,sm8250-qup-virt
117
+ then :
118
+ required :
119
+ - reg
120
+
111
121
112
122
unevaluatedProperties : false
113
123
You can’t perform that action at this time.
0 commit comments