Re: [PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus

From: Andrew Lunn
Date: Tue Sep 05 2023 - 12:21:44 EST


> It is possible to set up PHY IRQs even if the MDIO bus is not OF-based.
> I think that mv88e6xxx_g2_irq_mdio_setup() does that (sets bus->irq[]).

Yes. It took me a while to realise you could do this, so there is
probably some complexity in mv88e6xxx i might of been able to avoid if
i had discovered this earlier.

Andrew