Skip to content

Commit 6fed6f3

Browse files
konradybcioGeorgi Djakov
authored andcommitted
dt-bindings: interconnect: qcom,rpmh: Add SM8250 QUP virt
Document the QUP virtual bus on SM8250. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 06c2afb commit 6fed6f3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ description: |
1818
least one RPMh device child node pertaining to their RSC and each provider
1919
can map to multiple RPMh resources.
2020
21-
allOf:
22-
- $ref: qcom,rpmh-common.yaml#
23-
2421
properties:
2522
reg:
2623
maxItems: 1
@@ -91,6 +88,7 @@ properties:
9188
- qcom,sm8250-mc-virt
9289
- qcom,sm8250-mmss-noc
9390
- qcom,sm8250-npu-noc
91+
- qcom,sm8250-qup-virt
9492
- qcom,sm8250-system-noc
9593
- qcom,sm8350-aggre1-noc
9694
- qcom,sm8350-aggre2-noc
@@ -107,7 +105,19 @@ properties:
107105

108106
required:
109107
- 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+
111121

112122
unevaluatedProperties: false
113123

0 commit comments

Comments
 (0)