]> Git Repo - linux.git/commitdiff
arch/arm64: dts: change 10gbase-kr to 10gbase-r in Armada
authorKonstantin Porotchkin <[email protected]>
Thu, 8 Jul 2021 12:46:12 +0000 (15:46 +0300)
committerGregory CLEMENT <[email protected]>
Fri, 23 Jul 2021 12:35:05 +0000 (14:35 +0200)
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]>
arch/arm64/boot/dts/marvell/armada-7040-db.dts
arch/arm64/boot/dts/marvell/armada-8040-db.dts
arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
arch/arm64/boot/dts/marvell/cn9130-db.dtsi
arch/arm64/boot/dts/marvell/cn9131-db.dtsi
arch/arm64/boot/dts/marvell/cn9132-db.dtsi

index 51f3e2907597fa9880066f94afeafccc7e008cf3..cd326fe224ce9d13db7c0b9f50ff673da85241ab 100644 (file)
 &cp0_eth0 {
        status = "okay";
        /* Network PHY */
-       phy-mode = "10gbase-kr";
+       phy-mode = "10gbase-r";
        /* Generic PHY, providing serdes lanes */
        phys = <&cp0_comphy2 0>;
 
index e39e1efc95b6e74ddd2b4e27e754bc7360868b96..f2e8e0df886541d19ebc3a1c6b1d06be284e4415 100644 (file)
 
 &cp0_eth0 {
        status = "okay";
-       phy-mode = "10gbase-kr";
+       phy-mode = "10gbase-r";
 
        fixed-link {
                speed = <10000>;
 
 &cp1_eth0 {
        status = "okay";
-       phy-mode = "10gbase-kr";
+       phy-mode = "10gbase-r";
 
        fixed-link {
                speed = <10000>;
index 75933477324a358f058c2b9f39d04501d56360b4..9f0efcdacdf1103e7c74fc60a94298cc23fa9cc3 100644 (file)
 &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>;
 };
index 39fc90716454fb6ac29b63734ffc45a4e7e175f7..2cd4bb09e8ff651ee75d0dc70686ee7810a1bf1e 100644 (file)
 /* 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";
index daddab638fb86a7fdd28802629c2d41373a3a598..f995b1bcda01fcf8da290358379c5fa1b4a597a5 100644 (file)
@@ -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";
index 5948de6b4638dca2e340db4fe63e49bf8afb857f..3f1795fb4fe72934d5f0a249713b7369f0cb06f1 100644 (file)
 /* 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";
This page took 0.06632 seconds and 4 git commands to generate.