summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Wu <david.wu@rock-chips.com>2018-03-08 20:07:12 +0800
committerTao Huang <huangtao@rock-chips.com>2018-03-09 14:12:28 +0800
commit67e46ea01439010eadbc220c7600fa6dae01e8e8 (patch)
tree5616692722f2ad8ad5282429f6aeb4b45c2d942a /Documentation
parente421fbd4cb22dd67a62243c00d4fbe43c5fafc3f (diff)
ethernet: stmmac: dwmac-rk: Add MAC driver support for rk3308
Add constants and callback functions for the dwmac on rk3308 soc. The base structure is the same, but registers and the bits in them moved slightly, and add the clk_mac_speed for the select of mac speed. Change-Id: Ieaea3ade9e51d5118f0eb855d8e02febfb2275d1 Signed-off-by: David Wu <david.wu@rock-chips.com>
Diffstat (limited to 'Documentation')
-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 1c51b7f812fc..433782360e3d 100644
--- a/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
+++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.txt
@@ -3,11 +3,12 @@ Rockchip SoC RK3288 10/100/1000 Ethernet driver(GMAC)
The device node has following properties.
Required properties:
- - compatible: should be "rockchip,<name>-gamc"
+ - compatible: should be "rockchip,<name>-gmac" or "rockchip,<name>-mac"
"rockchip,px30-gmac": found on PX30 SoCs
"rockchip,rk3128-gmac": found on RK312x SoCs
"rockchip,rk3228-gmac": found on RK322x SoCs
"rockchip,rk3288-gmac": found on RK3288 SoCs
+ "rockchip,rk3308-mac": found on RK3308 SoCs
"rockchip,rk3328-gmac": found on RK3328 SoCs
"rockchip,rk3366-gmac": found on RK3366 SoCs
"rockchip,rk3368-gmac": found on RK3368 SoCs