summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
diff options
context:
space:
mode:
authorXing Zheng <zhengxing@rock-chips.com>2016-06-21 20:33:28 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-26 15:45:39 -0400
commite7ffd81233334b7755050523cb7e0456ae3d2e53 (patch)
tree7243899aab9a8300716ca4e7b40d07dfb0bf3e41 /Documentation/devicetree/bindings/net/rockchip-dwmac.txt
parente83e5bb18845d253690e13f43eb3a3c1a1df1c24 (diff)
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/rockchip-dwmac.txt')
-rw-r--r--Documentation/devicetree/bindings/net/rockchip-dwmac.txt3
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 93eac7ce1446..cccd945fc45b 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".