Skip to content

Commit 09cdb97

Browse files
Josua-SRgclement
authored andcommitted
arm64: dts: marvell: cn9131-cf-solidwan: fix cp1 comphy links
Marvell CN913x platforms use common phy framework for configuring and linking serdes lanes according to their usage. Each CP (X) features 5 serdes lanes (Y) represented by cpX_comphyY nodes. CN9131 SolidWAN uses CP1 serdes lanes 3 and 5 for eth1 and eth2 of CP1 respectively. Devicetree however wrongly links from these ports to the comphy of CP0. Replace the wrong links to cp0_comphy with cp1_comphy inside cp1_eth1, cp1_eth2. Fixes: 1280840 ("arm64: dts: add description for solidrun cn9131 solidwan board") Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 40384c8 commit 09cdb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/marvell/cn9131-cf-solidwan.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
managed = "in-band-status";
436436
phy-mode = "sgmii";
437437
phy = <&cp1_phy0>;
438-
phys = <&cp0_comphy3 1>;
438+
phys = <&cp1_comphy3 1>;
439439
status = "okay";
440440
};
441441

@@ -444,7 +444,7 @@
444444
managed = "in-band-status";
445445
phy-mode = "sgmii";
446446
phy = <&cp1_phy1>;
447-
phys = <&cp0_comphy5 2>;
447+
phys = <&cp1_comphy5 2>;
448448
status = "okay";
449449
};
450450

0 commit comments

Comments
 (0)