diff mbox series

[7/8] dt-bindings: ufs: qcom,ufs: drop source clock entries

Message ID 20240209-msm8996-fix-ufs-v1-7-107b52e57420@linaro.org (mailing list archive)
State Superseded
Headers show
Series scsi: ufs: qcom: fix UFSDHCD support on MSM8996 platform | expand

Commit Message

Dmitry Baryshkov Feb. 9, 2024, 9:50 p.m. UTC
There is no need to mention and/or to touch in any way the intermediate
(source) clocks. Drop them from MSM8996 UFSHCD schema, making it follow
the example lead by all other platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Comments

Krzysztof Kozlowski Feb. 11, 2024, 2:03 p.m. UTC | #1
On 09/02/2024 22:50, Dmitry Baryshkov wrote:
> There is no need to mention and/or to touch in any way the intermediate
> (source) clocks. Drop them from MSM8996 UFSHCD schema, making it follow
> the example lead by all other platforms.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
index f1de3244b473..e835f12c75ca 100644
--- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
+++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
@@ -43,11 +43,11 @@  properties:
 
   clocks:
     minItems: 8
-    maxItems: 12
+    maxItems: 10
 
   clock-names:
     minItems: 8
-    maxItems: 12
+    maxItems: 10
 
   dma-coherent: true
 
@@ -188,16 +188,14 @@  allOf:
     then:
       properties:
         clocks:
-          minItems: 12
-          maxItems: 12
+          minItems: 10
+          maxItems: 10
         clock-names:
           items:
-            - const: core_clk_src
             - const: core_clk
             - const: bus_clk
             - const: bus_aggr_clk
             - const: iface_clk
-            - const: core_clk_unipro_src
             - const: core_clk_unipro
             - const: core_clk_ice
             - const: ref_clk
@@ -258,7 +256,7 @@  allOf:
           maxItems: 2
         clocks:
           minItems: 8
-          maxItems: 12
+          maxItems: 10
 
 unevaluatedProperties: false