diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-06-21 12:33:28 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-26 19:45:39 (GMT) |
commit | e7ffd81233334b7755050523cb7e0456ae3d2e53 (patch) | |
tree | 7243899aab9a8300716ca4e7b40d07dfb0bf3e41 /Documentation/devicetree/bindings/net | |
parent | e83e5bb18845d253690e13f43eb3a3c1a1df1c24 (diff) | |
download | linux-e7ffd81233334b7755050523cb7e0456ae3d2e53.tar.xz |
net: stmmac: dwmac-rk: add rk3228-specific data
Add constants and callback functions for the dwmac on rk3228/rk3229 socs.
As can be seen, the base structure is the same, only registers and the
bits in them moved slightly.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/rockchip-dwmac.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt index 93eac7c..cccd945 100644 --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt @@ -3,7 +3,8 @@ Rockchip SoC RK3288 10/100/1000 Ethernet driver(GMAC) The device node has following properties. Required properties: - - compatible: Can be one of "rockchip,rk3288-gmac", "rockchip,rk3368-gmac" + - compatible: Can be one of "rockchip,rk3228-gmac", "rockchip,rk3288-gmac", + "rockchip,rk3368-gmac" - reg: addresses and length of the register sets for the device. - interrupts: Should contain the GMAC interrupts. - interrupt-names: Should contain the interrupt names "macirq". |