summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2014-09-13 05:00:56 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:00:13 -0500
commit0b9ce429dffcbe31ae6d695e966e5986a26129b5 (patch)
tree8d9f081d71d23bb341173f6b0f4f97273eed7a12 /Documentation
parent6ca4a00d1816e2ad72b1243e3bf3b34599a45e16 (diff)
ARM: Documentation: Update fec dts binding doc
This patch update fec devicetree binding doc that add Optional properties "fsl,num-tx-queues" and "fsl,num-rx-queues". Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/fsl-fec.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt
index 60ca843fba74..2bbcfbe935ab 100644
--- a/Documentation/devicetree/bindings/net/fsl-fec.txt
+++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
@@ -19,6 +19,12 @@ Optional properties:
- phy-handle : phandle to the PHY device connected to this device.
- fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
Use instead of phy-handle.
+- fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
+ hw multi queues. Should specify the tx queue number, otherwise set tx queue
+ number to 1.
+- fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
+ hw multi queues. Should specify the rx queue number, otherwise set rx queue
+ number to 1.
Optional subnodes:
- mdio : specifies the mdio bus in the FEC, used as a container for phy nodes