Skip to content

Commit c2bc6e1

Browse files
kchudgardavem330
authored andcommitted
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>
1 parent e7a9eee commit c2bc6e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/net/apm-xgene-enet.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Required properties for all the ethernet interfaces:
1515
- "ring_csr": Descriptor ring control and status register address space
1616
- "ring_cmd": Descriptor ring command register address space
1717
- interrupts: Ethernet main interrupt
18+
- port-id: Port number (0 or 1)
1819
- clocks: Reference to the clock entry.
1920
- local-mac-address: MAC address assigned to this device
2021
- phy-connection-type: Interface type between ethernet device and PHY device
@@ -49,6 +50,7 @@ Example:
4950
<0x0 0X10000000 0x0 0X200>;
5051
reg-names = "enet_csr", "ring_csr", "ring_cmd";
5152
interrupts = <0x0 0x3c 0x4>;
53+
port-id = <0>;
5254
clocks = <&menetclk 0>;
5355
local-mac-address = [00 01 73 00 00 01];
5456
phy-connection-type = "rgmii";

0 commit comments

Comments
 (0)