diff options
author | david.wu <david.wu@rock-chips.com> | 2017-02-17 13:55:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-20 00:19:37 +0100 |
commit | d4ff816e9707572c1c83def42f32105ddcabe1c0 (patch) | |
tree | 7cde02239faccc284acfdb343c348638722142f9 /Documentation | |
parent | sctp: sctp_transport_dst_check should check if transport pmtu is dst mtu (diff) | |
download | linux-d4ff816e9707572c1c83def42f32105ddcabe1c0.tar.xz linux-d4ff816e9707572c1c83def42f32105ddcabe1c0.zip |
net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support
Add constants and callback functions for the dwmac on rk3328 socs.
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 95383c5131fc..8f427550720a 100644 --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt @@ -6,6 +6,7 @@ Required properties: - compatible: should be "rockchip,<name>-gamc" "rockchip,rk3228-gmac": found on RK322x SoCs "rockchip,rk3288-gmac": found on RK3288 SoCs + "rockchip,rk3328-gmac": found on RK3328 SoCs "rockchip,rk3366-gmac": found on RK3366 SoCs "rockchip,rk3368-gmac": found on RK3368 SoCs "rockchip,rk3399-gmac": found on RK3399 SoCs |