Message ID | 20220423134920.144068-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dt-bindings: usb: renesas,usbhs: Document RZ/G2UL bindings | expand |
On 23/04/2022 15:49, Biju Das wrote: > Document RZ/G2ULSoC bindings. USBHS block is identical to one > found on RZ/A2 SoC. No driver changes are required as generic compatible > string "renesas,rza2-usbhs" will be used as a fallback. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Biju, On Sat, Apr 23, 2022 at 3:49 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Document RZ/G2ULSoC bindings. USBHS block is identical to one > found on RZ/A2 SoC. No driver changes are required as generic compatible > string "renesas,rza2-usbhs" will be used as a fallback. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Thanks for your patch! > --- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml > +++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml > @@ -19,6 +19,7 @@ properties: > - items: > - enum: > - renesas,usbhs-r7s9210 # RZ/A2 > + - renesas,usbhs-r9a07g043 # RZ/G2UL > - renesas,usbhs-r9a07g044 # RZ/G2{L,LC} > - renesas,usbhs-r9a07g054 # RZ/V2L > - const: renesas,rza2-usbhs Please also make the resets property required on RZ/G2UL. With that fixed: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml index 0bb841b28003..c4bb8dca1171 100644 --- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml +++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml @@ -19,6 +19,7 @@ properties: - items: - enum: - renesas,usbhs-r7s9210 # RZ/A2 + - renesas,usbhs-r9a07g043 # RZ/G2UL - renesas,usbhs-r9a07g044 # RZ/G2{L,LC} - renesas,usbhs-r9a07g054 # RZ/V2L - const: renesas,rza2-usbhs
Document RZ/G2ULSoC bindings. USBHS block is identical to one found on RZ/A2 SoC. No driver changes are required as generic compatible string "renesas,rza2-usbhs" will be used as a fallback. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 1 + 1 file changed, 1 insertion(+)