diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2015-03-25 12:19:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-27 14:18:48 -0700 |
commit | 7e7d638ab1542d22ff9b14e56f323e1f6cd25cf1 (patch) | |
tree | 3ff4b35aa3d1b68abb7cdefbca73c9999ea6fc00 /Documentation | |
parent | 5a352dd0a3aac03b443c94828dfd7144261c8636 (diff) | |
download | op-kernel-dev-7e7d638ab1542d22ff9b14e56f323e1f6cd25cf1.zip op-kernel-dev-7e7d638ab1542d22ff9b14e56f323e1f6cd25cf1.tar.gz |
Documentation: dts: xgene: Update interrupt field description
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: Keyur Chudgar <kchudgar@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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index dc7961b..f55aa28 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt @@ -14,7 +14,10 @@ Required properties for all the ethernet interfaces: - "enet_csr": Ethernet control and status register address space - "ring_csr": Descriptor ring control and status register address space - "ring_cmd": Descriptor ring command register address space -- interrupts: Ethernet main interrupt +- interrupts: Two interrupt specifiers can be specified. + - First is the Rx interrupt. This irq is mandatory. + - Second is the Tx completion interrupt. + This is supported only on SGMII based 1GbE and 10GbE interfaces. - port-id: Port number (0 or 1) - clocks: Reference to the clock entry. - local-mac-address: MAC address assigned to this device |