[PATCH RFC v3 4/4] dt-binding: mmc: histb-dw-mshc: Add Hi3798MV200 compatible string

Yang Xiwen via B4 Relay posted 4 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH RFC v3 4/4] dt-binding: mmc: histb-dw-mshc: Add Hi3798MV200 compatible string
Posted by Yang Xiwen via B4 Relay 2 years, 8 months ago
From: Yang Xiwen <forbidden405@outlook.com>

Add Hi3798MV200 compatible string and an extra clock for it.

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
---
 Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
index 4711ad293b9e8..bcc8ea393981f 100644
--- a/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
@@ -19,6 +19,7 @@ properties:
   compatible:
     enum:
       - hisilicon,hi3798cv200-dw-mshc
+      - hisilicon,hi3798mv200-dw-mshc
 
   reg:
     maxItems: 1
@@ -28,13 +29,16 @@ properties:
 
   clocks:
     minItems: 4
+    maxItems: 5
 
   clock-names:
+    minItems: 4
     items:
       - const: ciu
       - const: biu
       - const: ciu-sample
       - const: ciu-drive
+      - const: sap-dll-mode
 
 unevaluatedProperties: false
 
@@ -47,6 +51,18 @@ required:
 
 allOf:
   - $ref: synopsys-dw-mshc-common.yaml#
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: hisilicon,hi3798mv200-dw-mshc
+    then:
+      properties:
+        clocks:
+          minItems: 5
+
+        clock-names:
+          minItems: 5
 
 examples:
   - |

-- 
2.39.2
Re: [PATCH RFC v3 4/4] dt-binding: mmc: histb-dw-mshc: Add Hi3798MV200 compatible string
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 16/04/2023 10:46, Yang Xiwen via B4 Relay wrote:
> From: Yang Xiwen <forbidden405@outlook.com>
> 
> Add Hi3798MV200 compatible string and an extra clock for it.
> 
> Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
> ---
>  Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
> index 4711ad293b9e8..bcc8ea393981f 100644
> --- a/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/histb-dw-mshc.yaml
> @@ -19,6 +19,7 @@ properties:
>    compatible:
>      enum:
>        - hisilicon,hi3798cv200-dw-mshc
> +      - hisilicon,hi3798mv200-dw-mshc
>  
>    reg:
>      maxItems: 1
> @@ -28,13 +29,16 @@ properties:
>  
>    clocks:
>      minItems: 4
> +    maxItems: 5
>  
>    clock-names:
> +    minItems: 4
>      items:
>        - const: ciu
>        - const: biu
>        - const: ciu-sample
>        - const: ciu-drive
> +      - const: sap-dll-mode
>  
>  unevaluatedProperties: false
>  
> @@ -47,6 +51,18 @@ required:
>  
>  allOf:
>    - $ref: synopsys-dw-mshc-common.yaml#
> +  - if:
> +      properties:
> +        compatible:
> +          contains:
> +            const: hisilicon,hi3798mv200-dw-mshc
> +    then:
> +      properties:
> +        clocks:
> +          minItems: 5
> +
> +        clock-names:
> +          minItems: 5

else - maxItems: 4 for both


Best regards,
Krzysztof