Re: [PATCH v2] net: macb: do not scan PHYs manually
From: Andrew Lunn <andrew@lunn.ch>
Date: 2016-04-28 18:43:11
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2016-04-28 18:43:11
Also in:
lkml
I agree that is a valid fix for AT91, however it won't solve our problem, since we have no children on the second ethernet MAC in our devices' device trees. I'm starting to feel like our second MAC shouldn't even really register the MDIO bus since it isn't being used - maybe adding a DT property to not have a bus is a better option?
status = "disabled"
would be the unusual way.
Andrew