diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2016-04-29 18:10:14 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-02 20:47:54 (GMT) |
commit | 4cac949f59a133df11d88bc3d1512786507b02bf (patch) | |
tree | 820c709eef83011e6c1ba2265b1aa6abc2e0636e /Documentation/devicetree/bindings/net | |
parent | 2a37daa634416a617bb8e9032626ab491004e7da (diff) | |
download | linux-4cac949f59a133df11d88bc3d1512786507b02bf.tar.xz |
Documentation: dtb: xgene: Add channel property
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-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 078060a..05f705e3 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt @@ -18,6 +18,8 @@ Required properties for all the ethernet interfaces: - 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. +- channel: Ethernet to CPU, start channel (prefetch buffer) number + - Must map to the first irq and irqs must be sequential - port-id: Port number (0 or 1) - clocks: Reference to the clock entry. - local-mac-address: MAC address assigned to this device |