]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Loongson32: Fix PHY-mode being left unspecified
authorBaikal Electronics <support@baikalelectronics.ru>
Sun, 11 Sep 2022 16:10:09 +0000 (00:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:04:06 +0000 (11:04 +0200)
commit95191d56e63e957119901f3448a2545ca26e10f4
treeacb7ff7e19cdc696757652f89f9e1f8362a0fcaf
parent316fa4464ef1578e7002ad06659cbebbd9cd927e
MIPS: Loongson32: Fix PHY-mode being left unspecified

[ Upstream commit 685dbdaa519a0f9b43fabf58e0670721a979b4dd ]

commit 0da4b6760919 ("net: stmmac: implement support for passive mode
converters via dt") has changed the plat->interface field semantics from
containing the PHY-mode to specifying the MAC-PCS interface mode. Due to
that the loongson32 platform code will leave the phylink interface
uninitialized with the PHY-mode intended by the means of the actual
platform setup. The commit-author most likely has just missed the
arch-specific code to fix. Let's mend the Loongson32 platform code then by
assigning the PHY-mode to the phy_interface field of the STMMAC platform
data.

Fixes: 0da4b6760919 ("net: stmmac: implement support for passive mode converters via dt")
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Tested-by: Keguang Zhang <keguang.zhang@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/loongson32/common/platform.c