[PATCH 3/6] arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port

Tim Harvey tharvey at gateworks.com
Fri Aug 12 10:35:23 PDT 2022


The CPU uplink port on the KSZ9477 is P5 not P6 - fix this.

Fixes: 7899eb6cb15d ("arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 dts support")
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
index 80f0f1aafdbf..6ab4896f708b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
@@ -511,8 +511,8 @@ lan5: port at 4 {
 				local-mac-address = [00 00 00 00 00 00];
 			};
 
-			port at 6 {
-				reg = <6>;
+			port at 5 {
+				reg = <5>;
 				label = "cpu";
 				ethernet = <&fec>;
 				phy-mode = "rgmii-id";
-- 
2.25.1




More information about the linux-arm-kernel mailing list