Re: [PATCH 2/4] dt-bindings: net: dsa: Add SoC-e switch IP and DSA bindings
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.kernel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
> > Does any of this surrounding logic need software? > In our case: No. Great, you have a nice simple integration. But stmmac shows us, integrators do often put additional things around the stmmac core. So you should keep in mind that others will add extra things around this device. Is that going to cause an issue? Can they do that without breaking your device? Spend a little bit of time thinking about this. Andrew