You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
Make it possible to query the phy of whether auto-negotiation is used or whether the link is fixed. This is necessary for some interfaces.
Describe the solution you'd like
Add a function to Ethernet PHY Interface to query this information.
Describe alternatives you've considered
Caller could directly look in the devicetree. But this seems very rigid and fragile at the same time.