From: Maxim Kochetkov Date: Wed, 28 Apr 2021 09:53:56 +0000 (+0300) Subject: net: phy: marvell: add downshift support for M88E1240 X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65ad85f63b15af6995473724ab8562772db22753;p=platform%2Fkernel%2Flinux-rpi.git 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 Link: https://lore.kernel.org/r/20210428095356.621536-1-fido_max@inbox.ru Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index a61fde7..0b2cccb 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -2870,6 +2870,8 @@ static struct phy_driver marvell_drivers[] = { .get_sset_count = marvell_get_sset_count, .get_strings = marvell_get_strings, .get_stats = marvell_get_stats, + .get_tunable = m88e1011_get_tunable, + .set_tunable = m88e1011_set_tunable, }, { .phy_id = MARVELL_PHY_ID_88E1116R,