[PATCH 7/9] dt-bindings: remoteproc: qcom: mss: Add MSS on MSM8953

From: Sireesh Kodali
Date: Wed May 11 2022 - 12:17:24 EST


Add bindings for MSS on the MSM8953 platform, which is used by
SDM450, SDM625, SDM626, APQ8053 and SDM632.

Signed-off-by: Sireesh Kodali <sireeshkodali1@xxxxxxxxx>
---
.../bindings/remoteproc/qcom,q6v5.yaml | 25 +++++++++++++++++++
1 file changed, 25 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.yaml
index 1c67c6cbf417..4882553df8b9 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.yaml
@@ -31,6 +31,7 @@ properties:
- qcom,qcs404-wcss-pil
- qcom,msm8916-mss-pil
- qcom,msm8974-mss-pil
+ - qcom,msm8953-mss-pil
- qcom,msm8996-mss-pil
- qcom,msm8998-mss-pil
- qcom,sc7180-mss-pil
@@ -263,6 +264,27 @@ allOf:
- const: mem
- const: xo

+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - qcom,msm8953-mss-pil
+ then:
+ properties:
+ clocks:
+ items:
+ - description: Interface clock
+ - description: Bus clock
+ - description: Memory clock
+ - description: XO clock
+ clock-names:
+ items:
+ - const: iface
+ - const: bus
+ - const: mem
+ - const: xo
+
- if:
properties:
compatible:
@@ -410,6 +432,7 @@ allOf:
- qcom,qcs404-wcss-pil
- qcom,msm8916-mss-pil
- qcom,msm8974-mss-pil
+ - qcom,msm8953-mss-pil
then:
properties:
interrupts-extended:
@@ -479,6 +502,7 @@ allOf:
enum:
- qcom,msm8916-mss-pil
- qcom,msm8974-mss-pil
+ - qcom,msm8953-mss-pil
- qcom,msm8996-mss-pil
- qcom,msm8998-mss-pil
then:
@@ -573,6 +597,7 @@ allOf:
- qcom,q6v5-pil
- qcom,msm8916-mss-pil
- qcom,msm8974-mss-pil
+ - qcom,msm8953-mss-pil
- qcom,msm8996-mss-pil
- qcom,msm8998-mss-pil
then:
--
2.36.0