diff mbox series

[v4,09/10] dt-bindings: usb: renesas,usbhs: Document RZ/G2L bindings

Message ID 20210719121938.6532-10-biju.das.jz@bp.renesas.com
State Superseded
Headers show
Series [v4,01/10] dt-bindings: usb: generic-ohci: Document dr_mode property | expand

Commit Message

Biju Das July 19, 2021, 12:19 p.m. UTC
Document RZ/G2L (R9A07G044L) SoC bindings.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
v3->v4:
 * Added maxitems in interrupt property as per Rob's suggestion.
v3:
 * Updated the bindings as per the USBPHY control IP.
---
 .../bindings/usb/renesas,usbhs.yaml           | 22 +++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

Comments

Rob Herring July 26, 2021, 10:30 p.m. UTC | #1
On Mon, Jul 19, 2021 at 01:19:37PM +0100, Biju Das wrote:
> Document RZ/G2L (R9A07G044L) SoC bindings.

> 

> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

> ---

> v3->v4:

>  * Added maxitems in interrupt property as per Rob's suggestion.

> v3:

>  * Updated the bindings as per the USBPHY control IP.

> ---

>  .../bindings/usb/renesas,usbhs.yaml           | 22 +++++++++++++++++--

>  1 file changed, 20 insertions(+), 2 deletions(-)

> 

> diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> index ad73339ffe1d..a85ad392d443 100644

> --- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> +++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> @@ -17,7 +17,9 @@ properties:

>            - const: renesas,rza1-usbhs

>  

>        - items:

> -          - const: renesas,usbhs-r7s9210 # RZ/A2

> +          - enum:

> +              - renesas,usbhs-r7s9210   # RZ/A2

> +              - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}

>            - const: renesas,rza2-usbhs

>  

>        - items:

> @@ -59,7 +61,8 @@ properties:

>        - description: USB 2.0 clock selector

>  

>    interrupts:

> -    maxItems: 1

> +    minItems: 1

> +    maxItems: 4

>  

>    renesas,buswait:

>      $ref: /schemas/types.yaml#/definitions/uint32

> @@ -108,6 +111,21 @@ required:

>    - clocks

>    - interrupts

>  

> +allOf:

> +  - if:

> +      properties:

> +        compatible:

> +          contains:

> +            const: renesas,usbhs-r9a07g044

> +    then:

> +      properties:

> +        interrupts:

> +          items:

> +            - description: U2P_IXL_INT

> +            - description: U2P_INT_DMA[0]

> +            - description: U2P_INT_DMA[1]

> +            - description: U2P_INT_DMAERR


else:
  properties:
    interrupts:
      maxItems: 1

> +

>  additionalProperties: false

>  

>  examples:

> -- 

> 2.17.1

> 

>
Biju Das July 27, 2021, 2:59 p.m. UTC | #2
Hi Rob,

Thanks for the feedback.

> Subject: Re: [PATCH v4 09/10] dt-bindings: usb: renesas,usbhs: Document

> RZ/G2L bindings

> 

> On Mon, Jul 19, 2021 at 01:19:37PM +0100, Biju Das wrote:

> > Document RZ/G2L (R9A07G044L) SoC bindings.

> >

> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

> > ---

> > v3->v4:

> >  * Added maxitems in interrupt property as per Rob's suggestion.

> > v3:

> >  * Updated the bindings as per the USBPHY control IP.

> > ---

> >  .../bindings/usb/renesas,usbhs.yaml           | 22 +++++++++++++++++--

> >  1 file changed, 20 insertions(+), 2 deletions(-)

> >

> > diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> > index ad73339ffe1d..a85ad392d443 100644

> > --- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> > +++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml

> > @@ -17,7 +17,9 @@ properties:

> >            - const: renesas,rza1-usbhs

> >

> >        - items:

> > -          - const: renesas,usbhs-r7s9210 # RZ/A2

> > +          - enum:

> > +              - renesas,usbhs-r7s9210   # RZ/A2

> > +              - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}

> >            - const: renesas,rza2-usbhs

> >

> >        - items:

> > @@ -59,7 +61,8 @@ properties:

> >        - description: USB 2.0 clock selector

> >

> >    interrupts:

> > -    maxItems: 1

> > +    minItems: 1

> > +    maxItems: 4

> >

> >    renesas,buswait:

> >      $ref: /schemas/types.yaml#/definitions/uint32

> > @@ -108,6 +111,21 @@ required:

> >    - clocks

> >    - interrupts

> >

> > +allOf:

> > +  - if:

> > +      properties:

> > +        compatible:

> > +          contains:

> > +            const: renesas,usbhs-r9a07g044

> > +    then:

> > +      properties:

> > +        interrupts:

> > +          items:

> > +            - description: U2P_IXL_INT

> > +            - description: U2P_INT_DMA[0]

> > +            - description: U2P_INT_DMA[1]

> > +            - description: U2P_INT_DMAERR

> 

> else:

>   properties:

>     interrupts:

>       maxItems: 1


OK. Will fix this in next version.

Cheers,
Biju

> 

> > +

> >  additionalProperties: false

> >

> >  examples:

> > --

> > 2.17.1

> >

> >
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
index ad73339ffe1d..a85ad392d443 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
@@ -17,7 +17,9 @@  properties:
           - const: renesas,rza1-usbhs
 
       - items:
-          - const: renesas,usbhs-r7s9210 # RZ/A2
+          - enum:
+              - renesas,usbhs-r7s9210   # RZ/A2
+              - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}
           - const: renesas,rza2-usbhs
 
       - items:
@@ -59,7 +61,8 @@  properties:
       - description: USB 2.0 clock selector
 
   interrupts:
-    maxItems: 1
+    minItems: 1
+    maxItems: 4
 
   renesas,buswait:
     $ref: /schemas/types.yaml#/definitions/uint32
@@ -108,6 +111,21 @@  required:
   - clocks
   - interrupts
 
+allOf:
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: renesas,usbhs-r9a07g044
+    then:
+      properties:
+        interrupts:
+          items:
+            - description: U2P_IXL_INT
+            - description: U2P_INT_DMA[0]
+            - description: U2P_INT_DMA[1]
+            - description: U2P_INT_DMAERR
+
 additionalProperties: false
 
 examples: