diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-09-27 01:23:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-28 05:01:50 -0400 |
commit | c099ff3cdb9dd2281dee3dc4ef89fec1c516df22 (patch) | |
tree | 45fe06065941d31693895a3937fee2e5944ffd45 /Documentation | |
parent | 9c5982fe260a28e84d167e894123dc342e76c39f (diff) | |
download | linux-c099ff3cdb9dd2281dee3dc4ef89fec1c516df22.tar.bz2 |
sh_eth: add R8A7743/5 support
Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E
(also known as R8A7743/5). The Ether core is the same as in the R-Car gen2
SoCs, so will share the code/data with them...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/sh_eth.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/sh_eth.txt b/Documentation/devicetree/bindings/net/sh_eth.txt index 2f6ec85fda8e..0115c85a2425 100644 --- a/Documentation/devicetree/bindings/net/sh_eth.txt +++ b/Documentation/devicetree/bindings/net/sh_eth.txt @@ -5,6 +5,8 @@ interface contains. Required properties: - compatible: "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-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. |