Skip to content

Commit 11eff10

Browse files
lweiss-fairphoneandersson
authored andcommitted
dt-bindings: remoteproc: qcom: sc7180-pas: Add SC7280 compatibles
Add the compatibles and constraints for the ADSP, CDSP and WPSS found on the SC7280 SoC. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-5-6aa394d33edf@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9d598fa commit 11eff10

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ properties:
1818
enum:
1919
- qcom,sc7180-adsp-pas
2020
- qcom,sc7180-mpss-pas
21+
- qcom,sc7280-adsp-pas
22+
- qcom,sc7280-cdsp-pas
2123
- qcom,sc7280-mpss-pas
24+
- qcom,sc7280-wpss-pas
2225

2326
reg:
2427
maxItems: 1
@@ -75,6 +78,7 @@ allOf:
7578
compatible:
7679
enum:
7780
- qcom,sc7180-adsp-pas
81+
- qcom,sc7280-adsp-pas
7882
then:
7983
properties:
8084
power-domains:
@@ -120,6 +124,23 @@ allOf:
120124
- const: cx
121125
- const: mss
122126

127+
- if:
128+
properties:
129+
compatible:
130+
enum:
131+
- qcom,sc7280-cdsp-pas
132+
- qcom,sc7280-wpss-pas
133+
then:
134+
properties:
135+
power-domains:
136+
items:
137+
- description: CX power domain
138+
- description: MX power domain
139+
power-domain-names:
140+
items:
141+
- const: cx
142+
- const: mx
143+
123144
unevaluatedProperties: false
124145

125146
examples:

0 commit comments

Comments
 (0)