Home
last modified time | relevance | path

Searched hist:"5 d645df99ac60fab5368e01f1ddf4a57fa4f719f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.cdiff 5d645df99ac60fab5368e01f1ddf4a57fa4f719f Fri Jun 04 09:01:50 CDT 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: sja1105: determine PHY/MAC role from PHY interface type

Now that both RevMII as well as RevRMII exist, we can deprecate the
sja1105,role-mac and sja1105,role-phy properties and simply let the user
select that a port operates in MII PHY role by using
phy-mode = "rev-mii";
or in RMII PHY role by using
phy-mode = "rev-rmii";

There are no fixed-link MII or RMII properties in mainline device trees,
and the setup itself is fairly uncommon, so there shouldn't be risks of
breaking compatibility.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>