[PATCH 09/10] arm64: dts: imx8mp-skov: fix phy-mode

Ahmad Fatoum a.fatoum at pengutronix.de
Wed Dec 18 23:25:33 PST 2024


From: Oleksij Rempel <o.rempel at pengutronix.de>

Use rgmii-rxid instead of rgmii-txid. It should have no effect here,
but rxid is the correct value in our case.

Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi
index 80d212acc0c3..a683f46fcbab 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi
@@ -215,7 +215,7 @@ adc: adc at 0 {
 &eqos {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_eqos>;
-	phy-mode = "rgmii-txid";
+	phy-mode = "rgmii-rxid";
 	status = "okay";
 
 	fixed-link {

-- 
2.39.5




More information about the linux-arm-kernel mailing list