aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.19/550-arm64-dts-uDPU-switch-PHY-operation-mode-to-2500base.patch
blob: 7ed0a54344a718b0be436382a6c3b282f65fa299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
@@ -145,7 +145,7 @@
 
 &eth0 {
 	status = "okay";
-	phy-mode = "sgmii";
+	phy-mode = "2500base-x";
 	managed = "in-band-status";
 	phys = <&comphy1 0>;
 	sfp = <&sfp_eth0>;
@@ -153,7 +153,7 @@
 
 &eth1 {
 	status = "okay";
-	phy-mode = "sgmii";
+	phy-mode = "2500base-x";
 	managed = "in-band-status";
 	phys = <&comphy0 1>;
 	sfp = <&sfp_eth1>;