summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Wu <david.wu@rock-chips.com>2017-08-21 12:12:55 +0200
committerDavid S. Miller <davem@davemloft.net>2017-08-22 19:30:58 +0200
commit89c9c1636f5aeef7b74cdcc141e0abc9bd764afe (patch)
tree62207b191ecf550f1c6ff05bcce112334fbd5131 /Documentation
parentethernet: xircom: small clean up in setup_xirc2ps_cs() (diff)
downloadlinux-89c9c1636f5aeef7b74cdcc141e0abc9bd764afe.tar.xz
linux-89c9c1636f5aeef7b74cdcc141e0abc9bd764afe.zip
net: ethernet: stmmac: dwmac-rk: Add rv1108 gmac support
It only supports rmii interface. Add constants and callback functions for the dwmac on rv1108 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.txt1
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 8f427550720a..c1325387632c 100644
--- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
+++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
@@ -10,6 +10,7 @@ Required properties:
"rockchip,rk3366-gmac": found on RK3366 SoCs
"rockchip,rk3368-gmac": found on RK3368 SoCs
"rockchip,rk3399-gmac": found on RK3399 SoCs
+ "rockchip,rv1108-gmac": found on RV1108 SoCs
- 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".