diff options
author | Frank Li <Frank.Li@freescale.com> | 2014-09-12 17:00:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-13 17:32:17 -0400 |
commit | 08313641e09326ace2b91bc461b1456c763c0d8b (patch) | |
tree | eec678dd69127e987556c6c18eadcaa163dc4fba /Documentation | |
parent | b4d39b53c2150439afbbeec418221ab96f432703 (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.txt | 6 |
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 8a2c7b55ec16..0c8775c45798 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt | |||
@@ -16,6 +16,12 @@ Optional properties: | |||
16 | - phy-handle : phandle to the PHY device connected to this device. | 16 | - phy-handle : phandle to the PHY device connected to this device. |
17 | - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. | 17 | - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. |
18 | Use instead of phy-handle. | 18 | Use instead of phy-handle. |
19 | - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports | ||
20 | hw multi queues. Should specify the tx queue number, otherwise set tx queue | ||
21 | number to 1. | ||
22 | - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports | ||
23 | hw multi queues. Should specify the rx queue number, otherwise set rx queue | ||
24 | number to 1. | ||
19 | 25 | ||
20 | Optional subnodes: | 26 | Optional subnodes: |
21 | - mdio : specifies the mdio bus in the FEC, used as a container for phy nodes | 27 | - mdio : specifies the mdio bus in the FEC, used as a container for phy nodes |