diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2015-12-02 14:58:33 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 15:01:08 -0500 |
commit | af8002d35ce0f27a945a69bd8944e7fec50e2df8 (patch) | |
tree | 97aec1d920104f0ffccdcefbc05c68e48a2717f8 /Documentation/devicetree/bindings/net/renesas,ravb.txt | |
parent | 0e8743611a76ced8b0971b6894f982ce89624cc4 (diff) |
ravb: add device tree support for r8a779[123]
Simply document new compatibility strings.
As a previous patch adds a generic R-Car Gen2 compatibility string
there appears to be no need for a driver updates.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/renesas,ravb.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt index 7555116b5db2..81a9f9e6b45f 100644 --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt @@ -5,6 +5,9 @@ interface contains. Required properties: - compatible: "renesas,etheravb-r8a7790" if the device is a part of R8A7790 SoC. + "renesas,etheravb-r8a7791" if the device is a part of R8A7791 SoC. + "renesas,etheravb-r8a7792" if the device is a part of R8A7792 SoC. + "renesas,etheravb-r8a7793" if the device is a part of R8A7793 SoC. "renesas,etheravb-r8a7794" if the device is a part of R8A7794 SoC. "renesas,etheravb-r8a7795" if the device is a part of R8A7795 SoC. "renesas,etheravb-rcar-gen2" for generic R-Car Gen 2 compatible interface. |