Skip to content

Commit 242a626

Browse files
DylanVanAsscheandersson
authored andcommitted
dt-bindings: remoteproc: qcom: adsp: add qcom,sdm845-slpi-pas compatible
SLPI DSP remoteproc on DSP is defined by the 'qcom,sdm845-slpi-pas' compatible in the qcom_q6v5_pas driver. Add this compatible to the devicetree bindings. Signed-off-by: Dylan Van Assche <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 92d24d0 commit 242a626

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
- qcom,sdm660-adsp-pas
2727
- qcom,sdm845-adsp-pas
2828
- qcom,sdm845-cdsp-pas
29+
- qcom,sdm845-slpi-pas
2930

3031
reg:
3132
maxItems: 1
@@ -68,6 +69,7 @@ allOf:
6869
- qcom,msm8998-adsp-pas
6970
- qcom,sdm845-adsp-pas
7071
- qcom,sdm845-cdsp-pas
72+
- qcom,sdm845-slpi-pas
7173
then:
7274
properties:
7375
clocks:
@@ -109,6 +111,7 @@ allOf:
109111
- qcom,msm8998-slpi-pas
110112
- qcom,sdm845-adsp-pas
111113
- qcom,sdm845-cdsp-pas
114+
- qcom,sdm845-slpi-pas
112115
then:
113116
properties:
114117
interrupts:
@@ -162,6 +165,22 @@ allOf:
162165
required:
163166
- px-supply
164167

168+
- if:
169+
properties:
170+
compatible:
171+
enum:
172+
- qcom,sdm845-slpi-pas
173+
then:
174+
properties:
175+
power-domains:
176+
items:
177+
- description: LCX power domain
178+
- description: LMX power domain
179+
power-domain-names:
180+
items:
181+
- const: lcx
182+
- const: lmx
183+
165184
- if:
166185
properties:
167186
compatible:

0 commit comments

Comments
 (0)