diff options
author | David Wu <david.wu@rock-chips.com> | 2017-09-30 12:47:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-04 01:39:56 +0300 |
commit | 05946876f0c16f6fe1db692d575aba42b25f0811 (patch) | |
tree | 939a81854d9d2074690b8c1b71a90cc4a6adaacf /Documentation | |
parent | 63ba395cd7a52431cbb61658dad3beb5b24e9300 (diff) | |
download | linux-05946876f0c16f6fe1db692d575aba42b25f0811.tar.xz |
net: stmmac: dwmac-rk: Add RK3128 GMAC support
Add constants and callback functions for the dwmac on rk3128 soc.
As can be seen, the base structure is the same, only registers
and the bits in them moved slightly.
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 6af8eed1adeb..9c16ee2965a2 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,rk3128-gmac": found on RK312x SoCs "rockchip,rk3228-gmac": found on RK322x SoCs "rockchip,rk3288-gmac": found on RK3288 SoCs "rockchip,rk3328-gmac": found on RK3328 SoCs |