From: Florian Fainelli <[email protected]> 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 <[email protected]> --- Cc: Grant Likely <[email protected]> Cc: Rob Herring <[email protected]> Cc: Rob Landley <[email protected]> Cc: Lennert Buytenhek <[email protected]> Cc: David Miller <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: Arnaud Patard <[email protected]> Cc: Russell King <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Jean-Francois Moine <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Simon Guinot <[email protected]> Cc: Jamie Lentin <[email protected]> Cc: Michael Walle <[email protected]> Cc: Eric Hutter <[email protected]> Cc: Joshua Coombs <[email protected]> Cc: Willy Tarreau <[email protected]> Cc: Simon Baatz <[email protected]> Cc: Alan M Butler <[email protected]> Cc: Nigel Roberts <[email protected]> Cc: Valentin Longchamp <[email protected]> Cc: Stefan Peter <[email protected]> Cc: Arnaud Ebalard <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] --- 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 [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
