mirror of https://github.com/torvalds/linux.git
The ethernet-controller dt-schema, mostly pushed forward by Linux, has
the "internal" PHY mode for denoting MAC connections to an internal PHY.
U-Boot may provide device tree blobs where this phy-mode is specified,
so make the Linux driver accept them.
It appears that the current behavior with phy-mode = "internal" was
introduced when mv88e6xxx started reporting supported_interfaces to
phylink. Prior to that, I don't think it would have any issues accepting
this phy-mode.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| chip.c | ||
| chip.h | ||
| devlink.c | ||
| devlink.h | ||
| global1.c | ||
| global1.h | ||
| global1_atu.c | ||
| global1_vtu.c | ||
| global2.c | ||
| global2.h | ||
| global2_avb.c | ||
| global2_scratch.c | ||
| hwtstamp.c | ||
| hwtstamp.h | ||
| phy.c | ||
| phy.h | ||
| port.c | ||
| port.h | ||
| port_hidden.c | ||
| ptp.c | ||
| ptp.h | ||
| serdes.c | ||
| serdes.h | ||
| smi.c | ||
| smi.h | ||