Skip to content

Commit 65ad85f

Browse files
fidomaxkuba-moo
authored andcommitted
net: phy: marvell: add downshift support for M88E1240
Add downshift support for 88E1240, it uses the same downshift configuration registers as 88E1011. Signed-off-by: Maxim Kochetkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 12c2bb9 commit 65ad85f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/phy/marvell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,8 @@ static struct phy_driver marvell_drivers[] = {
28702870
.get_sset_count = marvell_get_sset_count,
28712871
.get_strings = marvell_get_strings,
28722872
.get_stats = marvell_get_stats,
2873+
.get_tunable = m88e1011_get_tunable,
2874+
.set_tunable = m88e1011_set_tunable,
28732875
},
28742876
{
28752877
.phy_id = MARVELL_PHY_ID_88E1116R,

0 commit comments

Comments
 (0)