diff mbox series

[v2,18/20] sh_eth: Document r8a77470 bindings

Message ID 1554969262-15028-19-git-send-email-cv-dong@jinso.co.jp
State Not Applicable, archived
Headers show
Series Add more support to the RZ/G1C (r8a77470) SoC | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Cao Van Dong April 11, 2019, 7:54 a.m. UTC
Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC.

Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 Documentation/devicetree/bindings/net/sh_eth.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman April 12, 2019, 11:05 a.m. UTC | #1
Hi Dong-san,

On Thu, Apr 11, 2019 at 04:54:20PM +0900, Cao Van Dong wrote:
> Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC.

I think it would be worth mentioning that no driver changes are required
because the renesas,rcar-gen2-ether fallaback compatibility string
will activate the correct code.

> 
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>


I think this should be reposted including the following recipients:

"David S. Miller" <davem@davemloft.net>
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Rob Herring <robh+dt@kernel.org>
Mark Rutland <mark.rutland@arm.com>
netdev@vger.kernel.org

As well as the following that are already included:
linux-renesas-soc@vger.kernel.org
devicetree@vger.kernel.org

The patch should be targeted at David Miller's net-next tree and thus
should have "net-next" included in the subject, something like this:

[PATCH net-next v2 18/20] sh_eth: Document r8a77470 bindings

Please see Documentation/networking/netdev-FAQ.rst for more information
on submitting patches to the Networking subsystem.

> ---
>  Documentation/devicetree/bindings/net/sh_eth.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/sh_eth.txt b/Documentation/devicetree/bindings/net/sh_eth.txt
> index abc3627..b184b29 100644
> --- a/Documentation/devicetree/bindings/net/sh_eth.txt
> +++ b/Documentation/devicetree/bindings/net/sh_eth.txt
> @@ -8,6 +8,7 @@ Required properties:
>  	      "renesas,gether-r8a7740" if the device is a part of R8A7740 SoC.
>  	      "renesas,ether-r8a7743"  if the device is a part of R8A7743 SoC.
>  	      "renesas,ether-r8a7745"  if the device is a part of R8A7745 SoC.
> +	      "renesas,ether-r8a77470"  if the device is a part of R8A77470 SoC.
>  	      "renesas,ether-r8a7778"  if the device is a part of R8A7778 SoC.
>  	      "renesas,ether-r8a7779"  if the device is a part of R8A7779 SoC.
>  	      "renesas,ether-r8a7790"  if the device is a part of R8A7790 SoC.
> -- 
> 2.7.4
>
Rob Herring April 29, 2019, 6:05 p.m. UTC | #2
On Thu, 11 Apr 2019 16:54:20 +0900, Cao Van Dong wrote:
> Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC.
> 
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
> ---
>  Documentation/devicetree/bindings/net/sh_eth.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

Patch

diff --git a/Documentation/devicetree/bindings/net/sh_eth.txt b/Documentation/devicetree/bindings/net/sh_eth.txt
index abc3627..b184b29 100644
--- a/Documentation/devicetree/bindings/net/sh_eth.txt
+++ b/Documentation/devicetree/bindings/net/sh_eth.txt
@@ -8,6 +8,7 @@  Required properties:
 	      "renesas,gether-r8a7740" if the device is a part of R8A7740 SoC.
 	      "renesas,ether-r8a7743"  if the device is a part of R8A7743 SoC.
 	      "renesas,ether-r8a7745"  if the device is a part of R8A7745 SoC.
+	      "renesas,ether-r8a77470"  if the device is a part of R8A77470 SoC.
 	      "renesas,ether-r8a7778"  if the device is a part of R8A7778 SoC.
 	      "renesas,ether-r8a7779"  if the device is a part of R8A7779 SoC.
 	      "renesas,ether-r8a7790"  if the device is a part of R8A7790 SoC.