aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLey Foon Tan <lftan@altera.com>2014-08-20 02:33:33 -0400
committerDavid S. Miller <davem@davemloft.net>2014-08-22 15:33:48 -0400
commitb4834c86e11bafc2bf7d3af6a6a5d9ea48b54b41 (patch)
treebc0c1a85f50ffa30ec39c80e8add7d162c91a82f /Documentation
parent6e1d0b8988188956dac091441c1492a79a342666 (diff)
net: stmmac: add fix_mac_speed support for socfpga
This patch adds fix_mac_speed() support for Altera socfpga Ethernet controller. Emac splitter is a soft IP core in FPGA system that converts GMII interface from Synopsys mac to RGMII/SGMII interface. This splitter core is an optional IP if user would like to use RGMII/SGMII interface in their system. Software needs to update a register in splitter core when there is speed change. Signed-off-by: Ley Foon Tan <lftan@altera.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/socfpga-dwmac.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
index 2a60cd3e8d5d..3a9d67951606 100644
--- a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
+++ b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt
@@ -12,6 +12,10 @@ Required properties:
12 - altr,sysmgr-syscon : Should be the phandle to the system manager node that 12 - altr,sysmgr-syscon : Should be the phandle to the system manager node that
13 encompasses the glue register, the register offset, and the register shift. 13 encompasses the glue register, the register offset, and the register shift.
14 14
15Optional properties:
16altr,emac-splitter: Should be the phandle to the emac splitter soft IP node if
17 DWMAC controller is connected emac splitter.
18
15Example: 19Example:
16 20
17gmac0: ethernet@ff700000 { 21gmac0: ethernet@ff700000 {