commit | caf746172b30c0b54e12814f6360a68be6c431d9 | [log] [tgz] |
---|---|---|
author | David Wu <david.wu@rock-chips.com> | Sat Jan 13 14:01:12 2018 +0800 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Jan 28 17:12:37 2018 +0100 |
tree | 50c9bc3fe35e10709c04c63f6fcaa00a00921656 | |
parent | 77c4261130b4690f11248642b00802cb34f6be40 [diff] |
net: gmac_rockchip: Add support for the RV1108 GMAC The rv1108 GMAC only support rmii interface, so need to add the set_rmii() ops. Use the phy current interface to set rmii or rgmii ops. At the same time, need to set the mac clock rate of rmii with 50M, the clock rate of rgmii with 125M. Signed-off-by: David Wu <david.wu@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>