Re: [PATCH net-next v11 04/12] net: phylink: save phylink instance fwnode on phylink_create
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.network,gmane.linux.drivers.devicetree,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.mediatek |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 03:12:46PM +0200, Christian Marangi wrote: > The firmware node associated with the phylink instance might differ from > the device firmware node passed in phylink_config as such device can > reference the parent switch or other platform peripherals. > > Some function might need to reference this firmware node after > phylink_create so add a dedicated fwnode entry in phylink internal struct > and save it on phylink_create(). > > Signed-off-by: Christian Marangi <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Andrew