[Patch] dwc_eth_qos: Revert regression handling fixed phy

2024-04-17 Thread Nicole Battenfeld
Subject: [PATCH] dwc_eth_qos: Revert regression handling fixed phy In imx8mp operation on eqos with fixed phy I get without that patch: ERROR: no/invalid phy = fixed_phy_create(dev_ofnode(dev)); + eqos->phy_of_node = fixed_node; + }

Re: [Patch] net: dwc_eth_qos - works with fixed-phy

2023-02-16 Thread Nicole Battenfeld
Am 16.02.23 um 02:39 schrieb Marek Vasut: On 2/15/23 17:16, Elmar Psilog wrote: Let the EQoS in imx8mp handle fixed-phy too. Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog ---