net: macb: add fixed-link node support
In case the MACB is directly connected to a non-mdio PHY/device, it should be possible to provide a fixed link configuration in the DT. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
24a72b77f3
commit
dacdbb4dfc
@@ -930,6 +930,7 @@ struct macb {
|
||||
struct macb_or_gem_ops macbgem_ops;
|
||||
|
||||
struct mii_bus *mii_bus;
|
||||
struct device_node *phy_node;
|
||||
int link;
|
||||
int speed;
|
||||
int duplex;
|
||||
|
Reference in New Issue
Block a user