mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
Document the components used to boot the ADSP, CDSP and GPDSP on the Qualcomm QCS8300 SoC. Use fallback to indicate the compatibility of the remoteproc on the QCS8300 with that on the SA8775P. Co-developed-by: Xin Liu <quic_liuxin@quicinc.com> Signed-off-by: Xin Liu <quic_liuxin@quicinc.com> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240925-qcs8300_remoteproc_binding-v3-1-21b0c52b142b@quicinc.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
5b0417b8bb
commit
539808eef7
@@ -15,12 +15,25 @@ description:
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sa8775p-adsp-pas
|
||||
- qcom,sa8775p-cdsp0-pas
|
||||
- qcom,sa8775p-cdsp1-pas
|
||||
- qcom,sa8775p-gpdsp0-pas
|
||||
- qcom,sa8775p-gpdsp1-pas
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,qcs8300-adsp-pas
|
||||
- const: qcom,sa8775p-adsp-pas
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,qcs8300-cdsp-pas
|
||||
- const: qcom,sa8775p-cdsp0-pas
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,qcs8300-gpdsp-pas
|
||||
- const: qcom,sa8775p-gpdsp0-pas
|
||||
- enum:
|
||||
- qcom,sa8775p-adsp-pas
|
||||
- qcom,sa8775p-cdsp0-pas
|
||||
- qcom,sa8775p-cdsp1-pas
|
||||
- qcom,sa8775p-gpdsp0-pas
|
||||
- qcom,sa8775p-gpdsp1-pas
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
@@ -63,8 +76,9 @@ allOf:
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sa8775p-adsp-pas
|
||||
contains:
|
||||
enum:
|
||||
- qcom,sa8775p-adsp-pas
|
||||
then:
|
||||
properties:
|
||||
power-domains:
|
||||
@@ -79,9 +93,10 @@ allOf:
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sa8775p-cdsp0-pas
|
||||
- qcom,sa8775p-cdsp1-pas
|
||||
contains:
|
||||
enum:
|
||||
- qcom,sa8775p-cdsp0-pas
|
||||
- qcom,sa8775p-cdsp1-pas
|
||||
then:
|
||||
properties:
|
||||
power-domains:
|
||||
@@ -98,9 +113,10 @@ allOf:
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sa8775p-gpdsp0-pas
|
||||
- qcom,sa8775p-gpdsp1-pas
|
||||
contains:
|
||||
enum:
|
||||
- qcom,sa8775p-gpdsp0-pas
|
||||
- qcom,sa8775p-gpdsp1-pas
|
||||
then:
|
||||
properties:
|
||||
power-domains:
|
||||
|
||||
Reference in New Issue
Block a user