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.
Additional context
TBD