Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: ls1028: sl28: fix networking for variant 2

The PHY configuration for the variant 2 is still missing the flag for
in-band signalling between PHY and MAC. Both sides - MAC and PHY - have
to match the setting. For now, Linux only supports setting the MAC side
and thus it has to match the setting the bootloader is configuring.
Enable in-band signalling to make ethernet work.

Fixes: ab43f0307449 ("arm64: dts: ls1028a: sl28: add support for variant 2")
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Michael Walle and committed by
Shawn Guo
29f6a20c ac34de14

+2
+2
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts
··· 54 54 55 55 &mscc_felix_port0 { 56 56 label = "swp0"; 57 + managed = "in-band-status"; 57 58 phy-handle = <&phy0>; 58 59 phy-mode = "sgmii"; 59 60 status = "okay"; ··· 62 61 63 62 &mscc_felix_port1 { 64 63 label = "swp1"; 64 + managed = "in-band-status"; 65 65 phy-handle = <&phy1>; 66 66 phy-mode = "sgmii"; 67 67 status = "okay";