]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ravb: add device tree support for r8a779[123]
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 2 Dec 2015 05:58:33 +0000 (14:58 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:01:08 +0000 (15:01 -0500)
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>
Documentation/devicetree/bindings/net/renesas,ravb.txt

index 7555116b5db2ed305eaaea80ea724025e492e242..81a9f9e6b45ff85c83da488fbafc2c2b89839600 100644 (file)
@@ -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.