Message ID | 1554969262-15028-19-git-send-email-cv-dong@jinso.co.jp (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add more support to the RZ/G1C (r8a77470) SoC | expand |
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 >
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 --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.
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(+)