Skip to content

Commit 847c332

Browse files
Russell Kinggclement
authored andcommitted
arm64: dts: update SolidRun Armada 8040 phy interface types
Update the SolidRun Armada 8040 platforms phy interface types from the old 10gbase-kr to the newer and more correct 10gbase-r. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 8f3d9f3 commit 847c332

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
/* SFP */
277277
&cp0_eth0 {
278278
status = "okay";
279-
phy-mode = "10gbase-kr";
279+
phy-mode = "10gbase-r";
280280
managed = "in-band-status";
281281
phys = <&cp0_comphy2 0>;
282282
sfp = <&sfp_cp0_eth0>;

arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
&cp0_eth0 {
1818
status = "okay";
19-
phy-mode = "10gbase-kr";
19+
phy-mode = "10gbase-r";
2020
managed = "in-band-status";
2121
sfp = <&sfp_eth0>;
2222
};
2323

2424
&cp1_eth0 {
2525
status = "okay";
26-
phy-mode = "10gbase-kr";
26+
phy-mode = "10gbase-r";
2727
managed = "in-band-status";
2828
sfp = <&sfp_eth1>;
2929
};

arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
status = "okay";
3535
/* Network PHY */
3636
phy = <&phy0>;
37-
phy-mode = "10gbase-kr";
37+
phy-mode = "10gbase-r";
3838
};
3939

4040
&cp1_eth0 {
4141
status = "okay";
4242
/* Network PHY */
4343
phy = <&phy8>;
44-
phy-mode = "10gbase-kr";
44+
phy-mode = "10gbase-r";
4545
};

0 commit comments

Comments
 (0)