[PATCH 1/2] arm64: dts: enable 2.5 Gbps port on CN9130-CRB

Joachim Wiberg troglobit at gmail.com
Fri Mar 18 04:24:17 PDT 2022


While testing the reference board we noticed the 2.5 Gbps port working
fine as long as the phy-mode was "properly" set.

Signed-off-by: Joachim Wiberg <troglobit at gmail.com>
---
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi b/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
index d9f9f2c19740..893a9be704ba 100644
--- a/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
+++ b/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
@@ -355,8 +355,9 @@ &cp0_eth1 {
 
 &cp0_eth2 {
 	/* This port uses "2500base-t" phy-mode */
-	status = "disabled";
+	status = "okay";
 	phy = <&nbaset_phy0>;
 	phys = <&cp0_comphy5 2>;
+	phy-mode = "sgmii";
 };
 
-- 
2.25.1




More information about the linux-arm-kernel mailing list