This reverts commit c961b277abd69175e1b1ad733ed6b2b911a61211. This patched worked on 4.14.18 but on 4.14.34 it now causes a deadlock because upstream changed phy locking: commit6bccf8962b("net: phy: Restore phy_resume() locking assumption"):6bccf8962bInstead of fixing locking just revert this patch, a different fix was already upsteamed for ksz8081 suspend/resume on 6ul-14x14-evk: commite6f4292ae0("ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties"):e6f4292ae0commit79e498a9c7("net: phy: micrel: Restore led_mode and clk_sel on resume"):79e498a9c7After reverting this patch suspend/resume still works on imx6ul and imx6ull evk boards. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Fugang Duan <fugang.duan@nxp.com>