> > I suppose it comes down to, are we allowed to optionally implement > > part of the DT binding? > > I'm not sure what you are asking. A lot of DT bindings have both > optional and mandatory properties. For mvneta, the "phy" and "phy-mode" > properties are listed as mandatory, so the driver can safely assume > that they are always present. If there are reasons to leave them out, > and for the driver to handle that case correctly, the binding > should be updated to mark them as optional.
Hi Arnd You are looking at it from the perspective of the driver. I was meaning from the perspective of the DT blob. Can be blob assume the driver implements all of the binding, all of the time? You use fixed-phy when the MAC is connected to a switch, not a phy. Or when the MAC is connected to an SFP module. The driver can currently be built to not implement the fixed-phy party of the binding. Is that O.K. from the perspective of the DT blob? Or should the driver always implement all of the binding, in which these NOP stubs should be removed and fixed phy always be enabled for the drivers that use it. Andrew -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html