Skip to content

Commit c6873d1

Browse files
xiaofeisdavem330
authored andcommitted
Documentation: devicetree: add a new optional property for port mac address
Add documentation for a new optional property local-mac-address which is described in ethernet.txt. Signed-off-by: xiaofeis <xiaofeis@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5c14931 commit c6873d1

File tree

1 file changed

+5
-0
lines changed
  • Documentation/devicetree/bindings/net/dsa

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/net/dsa/dsa.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ properties, described in binding documents:
7171
Documentation/devicetree/bindings/net/fixed-link.txt
7272
for details.
7373

74+
- local-mac-address : See
75+
Documentation/devicetree/bindings/net/ethernet.txt
76+
for details.
77+
7478
Example
7579

7680
The following example shows three switches on three MDIO busses,
@@ -97,6 +101,7 @@ linked into one DSA cluster.
97101
port@1 {
98102
reg = <1>;
99103
label = "lan1";
104+
local-mac-address = [00 00 00 00 00 00];
100105
};
101106

102107
port@2 {

0 commit comments

Comments
 (0)