net/faraday: Configure old MDIO interface on Aspeed SoCs
The Aspeed SoCs have a new MDIO interface as an option in the G4 and G5 SoCs. The old one is still available, so select it in order to remain compatible with the ftgmac100 driver. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
08c9c12600
commit
e07dc63ba2
@@ -133,6 +133,11 @@
|
||||
#define FTGMAC100_DMAFIFOS_RXDMA_REQ (1 << 30)
|
||||
#define FTGMAC100_DMAFIFOS_TXDMA_REQ (1 << 31)
|
||||
|
||||
/*
|
||||
* Feature Register
|
||||
*/
|
||||
#define FTGMAC100_REVR_NEW_MDIO_INTERFACE BIT(31)
|
||||
|
||||
/*
|
||||
* Receive buffer size register
|
||||
*/
|
||||
|
Reference in New Issue
Block a user