[PATCH v3 1/2] dt-bindings: remoteproc: qcom,sm8550-pas: Add Eliza CDSP compatible
From: Abel Vesa
Date: Tue Jul 21 2026 - 10:22:59 EST
Document compatible string for the CDSP Peripheral Authentication Service
on the Eliza SoC. It is not compatible with any other.
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
.../bindings/remoteproc/qcom,sm8550-pas.yaml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
index 019db91be7fd..5492a88bb100 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
@@ -17,6 +17,7 @@ properties:
compatible:
oneOf:
- enum:
+ - qcom,eliza-cdsp-pas
- qcom,sdx75-mpss-pas
- qcom,sm8550-adsp-pas
- qcom,sm8550-cdsp-pas
@@ -173,6 +174,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,eliza-cdsp-pas
- qcom,sm8750-cdsp-pas
then:
properties:
@@ -288,6 +290,25 @@ allOf:
- const: mxc
- const: nsp
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - qcom,eliza-cdsp-pas
+ then:
+ properties:
+ power-domains:
+ items:
+ - description: CX power domain
+ - description: MX power domain
+ - description: NSP power domain
+ power-domain-names:
+ items:
+ - const: cx
+ - const: mx
+ - const: nsp
+
unevaluatedProperties: false
examples:
--
2.54.0