diff options
author | Ley Foon Tan <lftan@altera.com> | 2014-08-20 06:33:33 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-22 19:33:48 (GMT) |
commit | b4834c86e11bafc2bf7d3af6a6a5d9ea48b54b41 (patch) | |
tree | bc0c1a85f50ffa30ec39c80e8add7d162c91a82f /Documentation/devicetree | |
parent | 6e1d0b8988188956dac091441c1492a79a342666 (diff) | |
download | linux-b4834c86e11bafc2bf7d3af6a6a5d9ea48b54b41.tar.xz |
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/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/socfpga-dwmac.txt | 4 |
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 2a60cd3..3a9d679 100644 --- a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt +++ b/Documentation/devicetree/bindings/net/socfpga-dwmac.txt @@ -12,6 +12,10 @@ Required properties: - altr,sysmgr-syscon : Should be the phandle to the system manager node that encompasses the glue register, the register offset, and the register shift. +Optional properties: +altr,emac-splitter: Should be the phandle to the emac splitter soft IP node if + DWMAC controller is connected emac splitter. + Example: gmac0: ethernet@ff700000 { |