mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8f3d9f3542
commit
847c3323d5
|
@ -276,7 +276,7 @@ &cp0_ethernet {
|
|||
/* SFP */
|
||||
&cp0_eth0 {
|
||||
status = "okay";
|
||||
phy-mode = "10gbase-kr";
|
||||
phy-mode = "10gbase-r";
|
||||
managed = "in-band-status";
|
||||
phys = <&cp0_comphy2 0>;
|
||||
sfp = <&sfp_cp0_eth0>;
|
||||
|
|
|
@ -16,14 +16,14 @@ / {
|
|||
|
||||
&cp0_eth0 {
|
||||
status = "okay";
|
||||
phy-mode = "10gbase-kr";
|
||||
phy-mode = "10gbase-r";
|
||||
managed = "in-band-status";
|
||||
sfp = <&sfp_eth0>;
|
||||
};
|
||||
|
||||
&cp1_eth0 {
|
||||
status = "okay";
|
||||
phy-mode = "10gbase-kr";
|
||||
phy-mode = "10gbase-r";
|
||||
managed = "in-band-status";
|
||||
sfp = <&sfp_eth1>;
|
||||
};
|
||||
|
|
|
@ -34,12 +34,12 @@ &cp0_eth0 {
|
|||
status = "okay";
|
||||
/* Network PHY */
|
||||
phy = <&phy0>;
|
||||
phy-mode = "10gbase-kr";
|
||||
phy-mode = "10gbase-r";
|
||||
};
|
||||
|
||||
&cp1_eth0 {
|
||||
status = "okay";
|
||||
/* Network PHY */
|
||||
phy = <&phy8>;
|
||||
phy-mode = "10gbase-kr";
|
||||
phy-mode = "10gbase-r";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue