linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
@ 2018-06-06  6:42 Yoshihiro Shimoda
  2018-06-12 21:44 ` Rob Herring
  2018-07-11 13:28 ` Simon Horman
  0 siblings, 2 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2018-06-06  6:42 UTC (permalink / raw)
  To: kishon, robh+dt, mark.rutland
  Cc: linux-kernel, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds suuport for r8a77990 (R-Car E3).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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 dbd137c..fb4a204 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
@@ -10,6 +10,8 @@ Required properties:
 	      SoC.
 	      "renesas,usb2-phy-r8a77965" if the device is a part of an
 	      R8A77965 SoC.
+	      "renesas,usb2-phy-r8a77990" if the device is a part of an
+	      R8A77990 SoC.
 	      "renesas,usb2-phy-r8a77995" if the device is a part of an
 	      R8A77995 SoC.
 	      "renesas,rcar-gen3-usb2-phy" for a generic R-Car Gen3 compatible device.
-- 
1.9.1

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

* Re: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
  2018-06-06  6:42 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990 Yoshihiro Shimoda
@ 2018-06-12 21:44 ` Rob Herring
  2018-07-10  7:58   ` Yoshihiro Shimoda
  2018-07-11 13:28 ` Simon Horman
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-06-12 21:44 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: kishon, mark.rutland, linux-kernel, devicetree, linux-renesas-soc

On Wed, Jun 06, 2018 at 03:42:28PM +0900, Yoshihiro Shimoda wrote:
> This patch adds suuport for r8a77990 (R-Car E3).
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
>  1 file changed, 2 insertions(+)

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

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

* RE: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
  2018-06-12 21:44 ` Rob Herring
@ 2018-07-10  7:58   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2018-07-10  7:58 UTC (permalink / raw)
  To: Rob Herring, kishon
  Cc: mark.rutland, linux-kernel, devicetree, linux-renesas-soc

Hi Kishon,

Would you review this patch?


Hi Rob,

Thank you for your review!

Best regards,
Yoshihiro Shimoda

> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Wednesday, June 13, 2018 6:45 AM
> To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: kishon@ti.com; mark.rutland@arm.com; linux-kernel@vger.kernel.org; devicetree@vger.kernel.org;
> linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
> 
> On Wed, Jun 06, 2018 at 03:42:28PM +0900, Yoshihiro Shimoda wrote:
> > This patch adds suuport for r8a77990 (R-Car E3).
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > ---
> >  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
  2018-06-06  6:42 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990 Yoshihiro Shimoda
  2018-06-12 21:44 ` Rob Herring
@ 2018-07-11 13:28 ` Simon Horman
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-07-11 13:28 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: kishon, robh+dt, mark.rutland, linux-kernel, devicetree,
	linux-renesas-soc

On Wed, Jun 06, 2018 at 03:42:28PM +0900, Yoshihiro Shimoda wrote:
> This patch adds suuport for r8a77990 (R-Car E3).
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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

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

end of thread, other threads:[~2018-07-11 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  6:42 [PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990 Yoshihiro Shimoda
2018-06-12 21:44 ` Rob Herring
2018-07-10  7:58   ` Yoshihiro Shimoda
2018-07-11 13:28 ` Simon Horman

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).