diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2020-03-27 12:40:42 +0000 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2020-05-17 17:43:48 +0200 |
commit | 847c3323d5d1d2c7c61a1257dbec6f0d975e2b61 (patch) | |
tree | e71128a24a59c2b72d41a4f3c63739726979c6a6 /arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-stable-847c3323d5d1d2c7c61a1257dbec6f0d975e2b61.tar.gz linux-stable-847c3323d5d1d2c7c61a1257dbec6f0d975e2b61.tar.bz2 linux-stable-847c3323d5d1d2c7c61a1257dbec6f0d975e2b61.zip |
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>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts index c3e18fd5bc27..2e6832d02a59 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts @@ -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>; }; |