mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
9d598fab97
commit
11eff10204
@ -18,7 +18,10 @@ properties:
|
|||||||
enum:
|
enum:
|
||||||
- qcom,sc7180-adsp-pas
|
- qcom,sc7180-adsp-pas
|
||||||
- qcom,sc7180-mpss-pas
|
- qcom,sc7180-mpss-pas
|
||||||
|
- qcom,sc7280-adsp-pas
|
||||||
|
- qcom,sc7280-cdsp-pas
|
||||||
- qcom,sc7280-mpss-pas
|
- qcom,sc7280-mpss-pas
|
||||||
|
- qcom,sc7280-wpss-pas
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
@ -75,6 +78,7 @@ allOf:
|
|||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
- qcom,sc7180-adsp-pas
|
- qcom,sc7180-adsp-pas
|
||||||
|
- qcom,sc7280-adsp-pas
|
||||||
then:
|
then:
|
||||||
properties:
|
properties:
|
||||||
power-domains:
|
power-domains:
|
||||||
@ -120,6 +124,23 @@ allOf:
|
|||||||
- const: cx
|
- const: cx
|
||||||
- const: mss
|
- const: mss
|
||||||
|
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
enum:
|
||||||
|
- qcom,sc7280-cdsp-pas
|
||||||
|
- qcom,sc7280-wpss-pas
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
power-domains:
|
||||||
|
items:
|
||||||
|
- description: CX power domain
|
||||||
|
- description: MX power domain
|
||||||
|
power-domain-names:
|
||||||
|
items:
|
||||||
|
- const: cx
|
||||||
|
- const: mx
|
||||||
|
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user