Skip to content

Commit 45b2565

Browse files
Konstantin Porotchkingclement
authored andcommitted
arch/arm64: dts: change 10gbase-kr to 10gbase-r in Armada
Change all 10G port modes in Armada family device trees from 10gbase-kr to 10gbase-r Signed-off-by: Konstantin Porotchkin <[email protected]> Suggested-by: Russell King (Oracle) <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 5c0ee54 commit 45b2565

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

arch/arm64/boot/dts/marvell/armada-7040-db.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
&cp0_eth0 {
283283
status = "okay";
284284
/* Network PHY */
285-
phy-mode = "10gbase-kr";
285+
phy-mode = "10gbase-r";
286286
/* Generic PHY, providing serdes lanes */
287287
phys = <&cp0_comphy2 0>;
288288

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195

196196
&cp0_eth0 {
197197
status = "okay";
198-
phy-mode = "10gbase-kr";
198+
phy-mode = "10gbase-r";
199199

200200
fixed-link {
201201
speed = <10000>;
@@ -348,7 +348,7 @@
348348

349349
&cp1_eth0 {
350350
status = "okay";
351-
phy-mode = "10gbase-kr";
351+
phy-mode = "10gbase-r";
352352

353353
fixed-link {
354354
speed = <10000>;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
&cp0_eth0 {
203203
/* This port is connected to 88E6393X switch */
204204
status = "okay";
205-
phy-mode = "10gbase-kr";
205+
phy-mode = "10gbase-r";
206206
managed = "in-band-status";
207207
phys = <&cp0_comphy4 0>;
208208
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
/* SLM-1521-V2, CON9 */
127127
&cp0_eth0 {
128128
status = "okay";
129-
phy-mode = "10gbase-kr";
129+
phy-mode = "10gbase-r";
130130
/* Generic PHY, providing serdes lanes */
131131
phys = <&cp0_comphy4 0>;
132132
managed = "in-band-status";

arch/arm64/boot/dts/marvell/cn9131-db.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/* CON50 */
8686
&cp1_eth0 {
8787
status = "okay";
88-
phy-mode = "10gbase-kr";
88+
phy-mode = "10gbase-r";
8989
/* Generic PHY, providing serdes lanes */
9090
phys = <&cp1_comphy4 0>;
9191
managed = "in-band-status";

arch/arm64/boot/dts/marvell/cn9132-db.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
/* SLM-1521-V2, CON9 */
104104
&cp2_eth0 {
105105
status = "disabled";
106-
phy-mode = "10gbase-kr";
106+
phy-mode = "10gbase-r";
107107
/* Generic PHY, providing serdes lanes */
108108
phys = <&cp2_comphy4 0>;
109109
managed = "in-band-status";

0 commit comments

Comments
 (0)