Re: [PATCH v2] net: sun8i-emac: Add support for fixed-link phy

2024-01-28 Thread Andre Przywara
On Sat, 20 Jan 2024 19:26:24 +0300 Maksim Kiselev wrote: > Make the "phy-handle" property optional, which allows support > for a fixed-link phy configuration. > > Thus if the "phy-handle" is present in a DT, then driver will work as > before. Otherwise, phyaddr initialization will not be necessa

[PATCH v2] net: sun8i-emac: Add support for fixed-link phy

2024-01-20 Thread Maksim Kiselev
Make the "phy-handle" property optional, which allows support for a fixed-link phy configuration. Thus if the "phy-handle" is present in a DT, then driver will work as before. Otherwise, phyaddr initialization will not be necessary, as it is not needed in case of a fixed-link config. Signed-off-b