net: fec: Allow the PHY node to be retrieved
[platform/kernel/u-boot.git] / drivers / net / fec_mxc.h
index 0e8f08a..659d626 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);