Skip to content

Commit 89f95f2

Browse files
krzkandersson
authored andcommitted
dt-bindings: remoteproc: Add SM8750 MPSS
Add remote processor PAS loader for SM8750 MPSS (modem). Device looks fully compatible with SM8650, however it lacks fifth memory region for Qlink Logging, according to downstream sources. This is a bit tricky, because updated downstream sources for newer downstream release dropped that fifth memory region as well. There might be other differences against SM8650, because the modem currently crashes after starting. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250221160300.160404-1-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 0184b4f commit 89f95f2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ properties:
2424
- qcom,sm8650-adsp-pas
2525
- qcom,sm8650-cdsp-pas
2626
- qcom,sm8650-mpss-pas
27+
- qcom,sm8750-mpss-pas
2728
- qcom,x1e80100-adsp-pas
2829
- qcom,x1e80100-cdsp-pas
2930
- items:
@@ -164,6 +165,21 @@ allOf:
164165
minItems: 5
165166
maxItems: 5
166167

168+
- if:
169+
properties:
170+
compatible:
171+
enum:
172+
- qcom,sm8750-mpss-pas
173+
then:
174+
properties:
175+
interrupts:
176+
minItems: 6
177+
interrupt-names:
178+
minItems: 6
179+
memory-region:
180+
minItems: 4
181+
maxItems: 4
182+
167183
- if:
168184
properties:
169185
compatible:
@@ -191,6 +207,7 @@ allOf:
191207
- qcom,sdx75-mpss-pas
192208
- qcom,sm8550-mpss-pas
193209
- qcom,sm8650-mpss-pas
210+
- qcom,sm8750-mpss-pas
194211
then:
195212
properties:
196213
power-domains:

0 commit comments

Comments
 (0)