diff mbox series

[v3,12/15] dt-bindings: usb: renesas_usbhs: Add support forr7s9210

Message ID 20190514145605.19112-13-chris.brandt@renesas.com
State Not Applicable, archived
Headers show
Series usb: Add host and device support for RZ/A2 | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Chris Brandt May 14, 2019, 2:56 p.m. UTC
Add support for r7s9210 (RZ/A2M) SoC

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
---
 Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Rob Herring (Arm) May 14, 2019, 7:30 p.m. UTC | #1
On Tue, 14 May 2019 09:56:02 -0500, Chris Brandt wrote:
> Add support for r7s9210 (RZ/A2M) SoC
> 
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Yoshihiro Shimoda May 15, 2019, 7:53 a.m. UTC | #2
Hi Chris-san,

> From: Chris Brandt, Sent: Tuesday, May 14, 2019 11:56 PM
> 
> Add support for r7s9210 (RZ/A2M) SoC
> 
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda
Geert Uytterhoeven May 15, 2019, 8 a.m. UTC | #3
On Tue, May 14, 2019 at 4:58 PM Chris Brandt <chris.brandt@renesas.com> wrote:
> Add support for r7s9210 (RZ/A2M) SoC
>
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> index b8acc2a994a8..11c99d079dfb 100644
> --- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> +++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> @@ -20,9 +20,11 @@ Required properties:
>         - "renesas,usbhs-r8a77990" for r8a77990 (R-Car E3) compatible device
>         - "renesas,usbhs-r8a77995" for r8a77995 (R-Car D3) compatible device
>         - "renesas,usbhs-r7s72100" for r7s72100 (RZ/A1) compatible device
> +       - "renesas,usbhs-r7s9210" for r7s72100 (RZ/A2) compatible device

for r7s9210 ...

>         - "renesas,rcar-gen2-usbhs" for R-Car Gen2 or RZ/G1 compatible devices
>         - "renesas,rcar-gen3-usbhs" for R-Car Gen3 or RZ/G2 compatible devices
>         - "renesas,rza1-usbhs" for RZ/A1 compatible device
> +       - "renesas,rza2-usbhs" for RZ/A2 compatible device
>
>         When compatible with the generic version, nodes must list the
>         SoC-specific version corresponding to the platform first followed

With the above fixed:
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert
Simon Horman May 15, 2019, 8:07 a.m. UTC | #4
On Tue, May 14, 2019 at 09:56:02AM -0500, Chris Brandt wrote:
> Add support for r7s9210 (RZ/A2M) SoC
> 
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Chris Brandt May 15, 2019, 1:11 p.m. UTC | #5
Hi Geert,

On Wed, May 15, 2019, Geert Uytterhoeven wrote:
> > +       - "renesas,usbhs-r7s9210" for r7s72100 (RZ/A2) compatible device
> 
> for r7s9210 ...


Thank you!


Chris
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
index b8acc2a994a8..11c99d079dfb 100644
--- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
+++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
@@ -20,9 +20,11 @@  Required properties:
 	- "renesas,usbhs-r8a77990" for r8a77990 (R-Car E3) compatible device
 	- "renesas,usbhs-r8a77995" for r8a77995 (R-Car D3) compatible device
 	- "renesas,usbhs-r7s72100" for r7s72100 (RZ/A1) compatible device
+	- "renesas,usbhs-r7s9210" for r7s72100 (RZ/A2) compatible device
 	- "renesas,rcar-gen2-usbhs" for R-Car Gen2 or RZ/G1 compatible devices
 	- "renesas,rcar-gen3-usbhs" for R-Car Gen3 or RZ/G2 compatible devices
 	- "renesas,rza1-usbhs" for RZ/A1 compatible device
+	- "renesas,rza2-usbhs" for RZ/A2 compatible device
 
 	When compatible with the generic version, nodes must list the
 	SoC-specific version corresponding to the platform first followed