]> git.itanic.dy.fi Git - linux-stable/commit
net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
authorArınç ÜNAL <arinc.unal@arinc9.com>
Fri, 10 Mar 2023 07:33:38 +0000 (10:33 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Mar 2023 00:04:18 +0000 (17:04 -0700)
commit0b086d76e7b011772b0ac214c6e5fd5816eff2df
tree03f91e95116ac129d361228c028063e5294668e7
parentfeb03fd11c5616f3a47e4714d2f9917d0f1a2edd
net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used

As my testing on the MCM MT7530 switch on MT7621 SoC shows, setting the PLL
frequency does not affect MII modes other than trgmii on port 5 and port 6.
So the assumption is that the operation here called "setting the PLL
frequency" actually sets the frequency of the TRGMII TX clock.

Make it so that it and the rest of the trgmii setup run only when the
trgmii mode is used.

Tested rgmii and trgmii modes of port 6 on MCM MT7530 on MT7621AT Unielec
U7621-06 and standalone MT7530 on MT7623NI Bananapi BPI-R2.

Fixes: b8f126a8d543 ("net-next: dsa: add dsa support for Mediatek MT7530 switch")
Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Link: https://lore.kernel.org/r/20230310073338.5836-2-arinc.unal@arinc9.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/mt7530.c