net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_
authorAndrew Lunn <andrew@lunn.ch>
Tue, 11 Apr 2023 02:35:41 +0000 (04:35 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Apr 2023 04:17:51 +0000 (21:17 -0700)
commit18bb56ab4477b966e2974b96a5e3bf9ba052aac5
tree729c660ba11c0c06a129967c1f534f736bd46d0c
parent4de00f0acc722f43046dca06fe1336597d1250ab
net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_

The switch can either take the MAC or the PHY role in an MII or RMII
link. There are distinct PHY_INTERFACE_ macros for these two roles.
Correct the mapping so that the `REV` version is used for the PHY
role.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20230411023541.2372609-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/mv88e6xxx/chip.c