Commit 45b25653 authored by Konstantin Porotchkin's avatar Konstantin Porotchkin Committed by Gregory CLEMENT
Browse files

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: default avatarKonstantin Porotchkin <kostap@marvell.com>
Suggested-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 5c0ee547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;

+2 −2
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@

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

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

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

	fixed-link {
		speed = <10000>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;
};
+1 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
Loading