diff mbox series

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

Message ID 20220318112418.285312-2-troglobit@gmail.com
State New
Headers show
Series arm64: dts: Marvell CN9130-CRB fixes | expand

Commit Message

Joachim Wiberg March 18, 2022, 11:24 a.m. UTC
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@gmail.com>
---
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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";
 };