Skip to content

Commit 218669c

Browse files
lunngclement
authored andcommitted
ARM64: dts: marvell: cn9310: Add missing phy-mode
The DSA framework has got more picky about always having a phy-mode for the CPU port. The SoC Ethernet is being configured to 10gbase-r. Set the switch phy-mode based on this. Additionally, the SoC Ethernet is using in-band signalling to determine the link speed, so add same parameter to the switch. Additionally, the cpu label has never actually been used in the binding, so remove it. Signed-off-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 6d5a674 commit 218669c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/marvell/cn9130-crb.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@
282282

283283
port@a {
284284
reg = <10>;
285-
label = "cpu";
286285
ethernet = <&cp0_eth0>;
286+
phy-mode = "10gbase-r";
287+
managed = "in-band-status";
287288
};
288289

289290
};

0 commit comments

Comments
 (0)