net: fec: Allow the PHY node to be retrieved
[oweals/u-boot.git] / drivers / net / fec_mxc.h
index 0e8f08a51a18d816c7199522ed8a715e0b38201a..659d62646f8b4398c5d68b69c7ddb35d0caa7e65 100644 (file)
@@ -250,6 +250,7 @@ struct fec_priv {
        struct mii_dev *bus;
 #ifdef CONFIG_PHYLIB
        struct phy_device *phydev;
+       ofnode phy_of_node;
 #else
        int phy_id;
        int (*mii_postcall)(int);