diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-09-29 08:53:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-30 01:30:42 -0400 |
commit | e4a9839b8548cf2668c6ccf961f30bd565e8333f (patch) | |
tree | 641aa8757c66b2dc02fc1d2e198c94121d21609c /Documentation | |
parent | 5f0c5f73e5efaee2928c4cabcf48b03f6ba99fc8 (diff) | |
download | linux-e4a9839b8548cf2668c6ccf961f30bd565e8333f.tar.gz linux-e4a9839b8548cf2668c6ccf961f30bd565e8333f.tar.bz2 linux-e4a9839b8548cf2668c6ccf961f30bd565e8333f.zip |
DT doc: net: cpsw mac-address is optional
mac-address is an optional property. If no mac-address is set, a random
mac-address will be generated.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/cpsw.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/cpsw.txt b/Documentation/devicetree/bindings/net/cpsw.txt index ae2b8b7f9c38..107caf174a0e 100644 --- a/Documentation/devicetree/bindings/net/cpsw.txt +++ b/Documentation/devicetree/bindings/net/cpsw.txt @@ -29,10 +29,10 @@ Slave Properties: Required properties: - phy_id : Specifies slave phy id - phy-mode : See ethernet.txt file in the same directory -- mac-address : See ethernet.txt file in the same directory Optional properties: - dual_emac_res_vlan : Specifies VID to be used to segregate the ports +- mac-address : See ethernet.txt file in the same directory Note: "ti,hwmods" field is used to fetch the base address and irq resources from TI, omap hwmod data base during device registration. |