arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
authorTim Harvey <tharvey@gateworks.com>
Mon, 12 Sep 2022 18:08:33 +0000 (11:08 -0700)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Sep 2022 02:23:35 +0000 (10:23 +0800)
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@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

index 4c729ac89625d6cb941724f132b77dd324193b59..3df7ee9a2fe1164b179699c229f19bf90796651a 100644 (file)
                                local-mac-address = [00 00 00 00 00 00];
                        };
 
-                       port@6 {
-                               reg = <6>;
+                       port@5 {
+                               reg = <5>;
                                label = "cpu";
                                ethernet = <&fec>;
                                phy-mode = "rgmii-id";