linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support
@ 2018-12-13 20:21 Fabrizio Castro
  2018-12-14  8:57 ` Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-12-13 20:21 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Kishon Vijay Abraham I, Yoshihiro Shimoda,
	Simon Horman, devicetree, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

Document RZ/G2E (R8A774C0) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
index de7b539..ad9c290 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
@@ -6,6 +6,8 @@ This file provides information on what the device node for the R-Car generation
 Required properties:
 - compatible: "renesas,usb2-phy-r8a774a1" if the device is a part of an R8A774A1
 	      SoC.
+	      "renesas,usb2-phy-r8a774c0" if the device is a part of an R8A774C0
+	      SoC.
 	      "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
 	      SoC.
 	      "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support
  2018-12-13 20:21 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support Fabrizio Castro
@ 2018-12-14  8:57 ` Yoshihiro Shimoda
  2018-12-16 19:42 ` Simon Horman
  2018-12-20 20:40 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2018-12-14  8:57 UTC (permalink / raw)
  To: Fabrizio Castro, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Kishon Vijay Abraham I, Simon Horman,
	devicetree, linux-kernel, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

Hi Fabrizio,

> From: Fabrizio Castro, Sent: Friday, December 14, 2018 5:21 AM
> 
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thank you for the patch!

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

Best regards,
Yoshihiro Shimoda

> ---
>  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> index de7b539..ad9c290 100644
> --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> @@ -6,6 +6,8 @@ This file provides information on what the device node for the R-Car generation
>  Required properties:
>  - compatible: "renesas,usb2-phy-r8a774a1" if the device is a part of an R8A774A1
>  	      SoC.
> +	      "renesas,usb2-phy-r8a774c0" if the device is a part of an R8A774C0
> +	      SoC.
>  	      "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
>  	      SoC.
>  	      "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
> --
> 2.7.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support
  2018-12-13 20:21 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support Fabrizio Castro
  2018-12-14  8:57 ` Yoshihiro Shimoda
@ 2018-12-16 19:42 ` Simon Horman
  2018-12-20 20:40 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-12-16 19:42 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Kishon Vijay Abraham I,
	Yoshihiro Shimoda, devicetree, linux-kernel, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

On Thu, Dec 13, 2018 at 08:21:21PM +0000, Fabrizio Castro wrote:
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support
  2018-12-13 20:21 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support Fabrizio Castro
  2018-12-14  8:57 ` Yoshihiro Shimoda
  2018-12-16 19:42 ` Simon Horman
@ 2018-12-20 20:40 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-12-20 20:40 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Kishon Vijay Abraham I,
	Yoshihiro Shimoda, Simon Horman, devicetree, linux-kernel,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc

On Thu, 13 Dec 2018 20:21:21 +0000, Fabrizio Castro wrote:
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-20 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 20:21 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add r8a774c0 support Fabrizio Castro
2018-12-14  8:57 ` Yoshihiro Shimoda
2018-12-16 19:42 ` Simon Horman
2018-12-20 20:40 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).