diff options
author | Keyur Chudgar <kchudgar@apm.com> | 2015-03-17 14:27:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-18 12:44:05 -0400 |
commit | c2bc6e11bb945e3b10f07bf4b00525ccdc9fc440 (patch) | |
tree | 6d3dd68f2074870eb787082ce77db9cbebf159ee /Documentation | |
parent | e7a9eee53cf10cb32fb28ccaacfa98a6220b7276 (diff) |
Documentation: dtb: Add port-id field for APM X-Gene ethernet
Signed-off-by: Keyur Chudgar <kchudgar@apm.com>
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index 6151999c5dca..dc7961b33076 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt | |||
@@ -15,6 +15,7 @@ Required properties for all the ethernet interfaces: | |||
15 | - "ring_csr": Descriptor ring control and status register address space | 15 | - "ring_csr": Descriptor ring control and status register address space |
16 | - "ring_cmd": Descriptor ring command register address space | 16 | - "ring_cmd": Descriptor ring command register address space |
17 | - interrupts: Ethernet main interrupt | 17 | - interrupts: Ethernet main interrupt |
18 | - port-id: Port number (0 or 1) | ||
18 | - clocks: Reference to the clock entry. | 19 | - clocks: Reference to the clock entry. |
19 | - local-mac-address: MAC address assigned to this device | 20 | - local-mac-address: MAC address assigned to this device |
20 | - phy-connection-type: Interface type between ethernet device and PHY device | 21 | - phy-connection-type: Interface type between ethernet device and PHY device |
@@ -49,6 +50,7 @@ Example: | |||
49 | <0x0 0X10000000 0x0 0X200>; | 50 | <0x0 0X10000000 0x0 0X200>; |
50 | reg-names = "enet_csr", "ring_csr", "ring_cmd"; | 51 | reg-names = "enet_csr", "ring_csr", "ring_cmd"; |
51 | interrupts = <0x0 0x3c 0x4>; | 52 | interrupts = <0x0 0x3c 0x4>; |
53 | port-id = <0>; | ||
52 | clocks = <&menetclk 0>; | 54 | clocks = <&menetclk 0>; |
53 | local-mac-address = [00 01 73 00 00 01]; | 55 | local-mac-address = [00 01 73 00 00 01]; |
54 | phy-connection-type = "rgmii"; | 56 | phy-connection-type = "rgmii"; |