On 26/01/16 10:14, Olof Johansson wrote: > +devicetree@xxxxxxxxxxxxxxx instead. > > On Tue, Jan 26, 2016 at 10:08 AM, Olof Johansson <olof@xxxxxxxxx> wrote: >> On Tue, Jan 26, 2016 at 9:53 AM, Andrew Lunn <andrew@xxxxxxx> wrote: >>>> I hate to bikeshed, but I'm not sure if "generic-mdio" is too... >>>> generic? Will someone writing a DT be thinking "well, this is a >>>> generic mdio PHY, I should set it"? "mdio-device"? >>>> "generic-nonphy-mdio"? Neither of those seem much better. >>> >>> How about 'not-a-phy'? >> >> "mdio,not-a-phy" or "mdio,non-phy" will scope it a bit, especially if >> you expect other generic mdio properties that can do with a namespace. Really not a fan of having to add an additional boolean property to differentiate an Ethernet PHY from something else, the proper solution would really be to enforce the use of the c22 or c45 compatible string as the least compatible string to be used, but I am assuming this is not necessarily an option here with DTBs out there. What plays in favor of this boolean property is that the very concept of MDIO devices has been recently introduced, so presumably, there are not that many DTBs out there which would be affected... The only other idea I had was to force the MDIO device creation to be dependent on finding a matching compatible string provided by a driver (yikes). -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html