net: phy: mscc: add support for RGMII MAC mode
This patch adds support for connecting VSC8584 PHYs to the MAC using RGMII. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9096a03f3c
commit
e8e4223046
@@ -241,6 +241,7 @@ enum rgmii_rx_clock_delay {
|
||||
#define MAC_CFG_MASK 0xc000
|
||||
#define MAC_CFG_SGMII 0x0000
|
||||
#define MAC_CFG_QSGMII 0x4000
|
||||
#define MAC_CFG_RGMII 0x8000
|
||||
|
||||
/* Test page Registers */
|
||||
#define MSCC_PHY_TEST_PAGE_5 5
|
||||
|
||||
Reference in New Issue
Block a user