diff options
author | David Wu <david.wu@rock-chips.com> | 2018-06-28 04:33:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-29 16:19:05 +0300 |
commit | 23c94d63a7e395c5706f7d9edde1ff839b050c5f (patch) | |
tree | b0cd8cfd7d8fe7b28b17d8fc885890e811f1c724 /Documentation | |
parent | 9b10000f4921e9f9f8231f9ceecae4446928844a (diff) | |
download | linux-23c94d63a7e395c5706f7d9edde1ff839b050c5f.tar.xz |
net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30
Add constants and callback functions for the dwmac on px30 Soc.
The base structure is the same, but registers and the bits in
them are moved slightly, and add the clk_mac_speed for selecting
mac speed.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/rockchip-dwmac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt index 9c16ee2965a2..3b71da7e8742 100644 --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt @@ -4,6 +4,7 @@ The device node has following properties. Required properties: - compatible: should be "rockchip,<name>-gamc" + "rockchip,px30-gmac": found on PX30 SoCs "rockchip,rk3128-gmac": found on RK312x SoCs "rockchip,rk3228-gmac": found on RK322x SoCs "rockchip,rk3288-gmac": found on RK3288 SoCs |