]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mt7530: setup core clock even in TRGMII mode
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Fri, 12 Mar 2021 08:07:03 +0000 (00:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 00:58:36 +0000 (16:58 -0800)
commit1b0f892ff9491818fb70754392e82b25d3e58fcc
treedc53529a132a9acf2f574fd6bc457ae86f014e13
parent8f2f626af0fec0a6e2135a789bbc11108375189a
net: dsa: mt7530: setup core clock even in TRGMII mode

A recent change to MIPS ralink reset logic made it so mt7530 actually
resets the switch on platforms such as mt7621 (where bit 2 is the reset
line for the switch). That exposed an issue where the switch would not
function properly in TRGMII mode after a reset.

Reconfigure core clock in TRGMII mode to fix the issue.

Tested on Ubiquiti ER-X (MT7621) with TRGMII mode enabled.

Fixes: 79c924b824e5 ("MIPS: ralink: manage low reset lines")
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mt7530.c