
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Zhiqiang Hou Sent: Tuesday, September 22, 2020 2:20 PM To: u-boot@lists.denx.de; bmeng.cn@gmail.com; olteanv@gmail.com; Priyanka Jain priyanka.jain@nxp.com Cc: Vladimir Oltean vladimir.oltean@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com Subject: [PATCHv6 01/18] phy: make phy_connect_fixed work with a null mdio bus
From: Vladimir Oltean vladimir.oltean@nxp.com
It is utterly pointless to require an MDIO bus pointer for a fixed PHY device. The fixed.c implementation does not require it, only phy_device_create. Fix that.
Signed-off-by: Vladimir Oltean vladimir.oltean@nxp.com Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com Reviewed-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
Hello,
I have already picked v5 and rebased. This is now integrated in u-boot-mpc85xx and pull-request is generated for next branch today. Kindly rebase and resend the delta over that.
Regards Priyanka