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@xxxxxxxxxxx> I think this should be reposted including the following recipients: "David S. Miller" <davem@xxxxxxxxxxxxx> Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> Rob Herring <robh+dt@xxxxxxxxxx> Mark Rutland <mark.rutland@xxxxxxx> netdev@xxxxxxxxxxxxxxx As well as the following that are already included: linux-renesas-soc@xxxxxxxxxxxxxxx devicetree@xxxxxxxxxxxxxxx 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 >