diff options
author | Biju Das <biju.das@bp.renesas.com> | 2017-08-15 16:40:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-16 02:22:46 +0200 |
commit | 22cb7a3ac380ecaab6837670963813599b123a53 (patch) | |
tree | d89d458f4abc3617a657934a907f853c0ac14c92 | |
parent | Merge branch 'getroute-no-rtnl' (diff) | |
download | linux-22cb7a3ac380ecaab6837670963813599b123a53.tar.xz linux-22cb7a3ac380ecaab6837670963813599b123a53.zip |
dt-bindings: net: ravb : Add support for r8a7745 SoC
Add a new compatible string for the RZ/G1E (R8A7745) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/renesas,ravb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt index 4717bc24eada..16723535e1aa 100644 --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt @@ -6,6 +6,7 @@ interface contains. Required properties: - compatible: Must contain one or more of the following: - "renesas,etheravb-r8a7743" for the R8A7743 SoC. + - "renesas,etheravb-r8a7745" for the R8A7745 SoC. - "renesas,etheravb-r8a7790" for the R8A7790 SoC. - "renesas,etheravb-r8a7791" for the R8A7791 SoC. - "renesas,etheravb-r8a7792" for the R8A7792 SoC. |