Skip to content

Commit feb03fd

Browse files
arinc9kuba-moo
authored andcommitted
net: dsa: mt7530: remove now incorrect comment regarding port 5
Remove now incorrect comment regarding port 5 as GMAC5. This is supposed to be supported since commit 38f790a ("net: dsa: mt7530: Add support for port 5") under mt7530_setup_port5(). Fixes: 38f790a ("net: dsa: mt7530: Add support for port 5") Signed-off-by: Arınç ÜNAL <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1a9dc56 commit feb03fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/mt7530.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ mt7530_setup(struct dsa_switch *ds)
22012201

22022202
mt7530_pll_setup(priv);
22032203

2204-
/* Enable Port 6 only; P5 as GMAC5 which currently is not supported */
2204+
/* Enable port 6 */
22052205
val = mt7530_read(priv, MT7530_MHWTRAP);
22062206
val &= ~MHWTRAP_P6_DIS & ~MHWTRAP_PHY_ACCESS;
22072207
val |= MHWTRAP_MANUAL;

0 commit comments

Comments
 (0)