From: Florian Fainelli <flor...@openwrt.org>

This patch updates the Device Tree bindings documentation for the
Marvell MV643xx ethernet controller node and makes the
"local-mac-address" and "phy" properties optional instead of required.
The absence of a "phy" node is legal and describes a MAC to switch
configuration, while not specifying the "local-mac-address" allows for
reuse of the MAC address already programmed into the Ethernet
controller.

Signed-off-by: Florian Fainelli <flor...@openwrt.org>
---
Cc: Grant Likely <grant.lik...@linaro.org>
Cc: Rob Herring <rob.herr...@calxeda.com>
Cc: Rob Landley <r...@landley.net>
Cc: Lennert Buytenhek <buyt...@wantstofly.org>
Cc: David Miller <da...@davemloft.net>
Cc: Florian Fainelli <flor...@openwrt.org>
Cc: Arnaud Patard <arnaud.pat...@rtp-net.org>
Cc: Russell King <li...@arm.linux.org.uk>
Cc: Jason Cooper <ja...@lakedaemon.net>
Cc: Andrew Lunn <and...@lunn.ch>
Cc: Jean-Francois Moine <moin...@free.fr>
Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com>
Cc: Simon Guinot <simon.gui...@sequanux.org>
Cc: Jamie Lentin <j...@lentin.co.uk>
Cc: Michael Walle <mich...@walle.cc>
Cc: Eric Hutter <hutter.e...@gmail.com>
Cc: Joshua Coombs <josh.coo...@gmail.com>
Cc: Willy Tarreau <w...@1wt.eu>
Cc: Simon Baatz <gmbno...@gmail.com>
Cc: Alan M Butler <alanbutt...@gmail.com>
Cc: Nigel Roberts <ni...@nobiscuit.com>
Cc: Valentin Longchamp <valentin.longch...@keymile.com>
Cc: Stefan Peter <s.pe...@mpl.ch>
Cc: Arnaud Ebalard <a...@natisbad.org>
Cc: Nobuhiro Iwamatsu <iwama...@nigauri.org>
Cc: net...@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-ker...@vger.kernel.org
---
 Documentation/devicetree/bindings/marvell.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/marvell.txt 
b/Documentation/devicetree/bindings/marvell.txt
index 73ea12f..ed4058c 100644
--- a/Documentation/devicetree/bindings/marvell.txt
+++ b/Documentation/devicetree/bindings/marvell.txt
@@ -141,11 +141,11 @@ prefixed with the string "marvell,", for Marvell 
Technology Group Ltd.
      - interrupts : <a> where a is the interrupt number for the port.
      - interrupt-parent : the phandle for the interrupt controller
        that services interrupts for this device.
+
+   Optional properties:
      - phy : the phandle for the PHY connected to this ethernet
        controller.
      - local-mac-address : 6 bytes, MAC address
-
-   Optional properties:
      - clocks : Phandle to the clock control device and gate bit
      - clock-names : String describing the clock gate bit
      - speed : Speed to force the link (10, 100, 1000), used when no
-- 
1.7.2.5

_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to