Skip to content

Commit

Permalink
arm64: dts: ls1028: sl28: fix networking for variant 2
Browse files Browse the repository at this point in the history
[ Upstream commit 29f6a20 ]

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: ab43f03 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
mwalle authored and gregkh committed Aug 12, 2021
1 parent d882c91 commit c9658f4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -54,13 +54,15 @@

&mscc_felix_port0 {
label = "swp0";
managed = "in-band-status";
phy-handle = <&phy0>;
phy-mode = "sgmii";
status = "okay";
};

&mscc_felix_port1 {
label = "swp1";
managed = "in-band-status";
phy-handle = <&phy1>;
phy-mode = "sgmii";
status = "okay";
Expand Down

0 comments on commit c9658f4

Please sign in to comment.