Skip to content

Commit

Permalink
arch/arm64: dts: change 10gbase-kr to 10gbase-r in Armada
Browse files Browse the repository at this point in the history
Change all 10G port modes in Armada family device trees from
10gbase-kr to 10gbase-r

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Suggested-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
  • Loading branch information
Konstantin Porotchkin authored and Gregory CLEMENT committed Jul 23, 2021
1 parent 5c0ee54 commit 45b2565
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/armada-7040-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
&cp0_eth0 {
status = "okay";
/* Network PHY */
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";
/* Generic PHY, providing serdes lanes */
phys = <&cp0_comphy2 0>;

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-8040-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

&cp0_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";

fixed-link {
speed = <10000>;
Expand Down Expand Up @@ -348,7 +348,7 @@

&cp1_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";

fixed-link {
speed = <10000>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
&cp0_eth0 {
/* This port is connected to 88E6393X switch */
status = "okay";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";
managed = "in-band-status";
phys = <&cp0_comphy4 0>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9130-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/* SLM-1521-V2, CON9 */
&cp0_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";
/* Generic PHY, providing serdes lanes */
phys = <&cp0_comphy4 0>;
managed = "in-band-status";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9131-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
/* CON50 */
&cp1_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";
/* Generic PHY, providing serdes lanes */
phys = <&cp1_comphy4 0>;
managed = "in-band-status";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9132-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
/* SLM-1521-V2, CON9 */
&cp2_eth0 {
status = "disabled";
phy-mode = "10gbase-kr";
phy-mode = "10gbase-r";
/* Generic PHY, providing serdes lanes */
phys = <&cp2_comphy4 0>;
managed = "in-band-status";
Expand Down

0 comments on commit 45b2565

Please sign in to comment.