lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220511161602.117772-8-sireeshkodali1@gmail.com>
Date:   Wed, 11 May 2022 21:46:00 +0530
From:   Sireesh Kodali <sireeshkodali1@...il.com>
To:     linux-remoteproc@...r.kernel.org
Cc:     linux-arm-msm@...r.kernel.org,
        ~postmarketos/upstreaming@...ts.sr.ht, bjorn.andersson@...aro.org,
        devicetree@...r.kernel.org, phone-devel@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Sireesh Kodali <sireeshkodali1@...il.com>,
        Andy Gross <agross@...nel.org>,
        Mathieu Poirier <mathieu.poirier@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Subject: [PATCH 7/9] dt-bindings: remoteproc: qcom: mss: Add MSS on MSM8953

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

Signed-off-by: Sireesh Kodali <sireeshkodali1@...il.com>
---
 .../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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ