Skip to content

Commit c3681de

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
The CPU uplink port on the KSZ9477 is P5 not P6 - fix this. Fixes: 7899eb6 ("arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 dts support") Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e4ef088 commit c3681de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@
510510
local-mac-address = [00 00 00 00 00 00];
511511
};
512512

513-
port@6 {
514-
reg = <6>;
513+
port@5 {
514+
reg = <5>;
515515
label = "cpu";
516516
ethernet = <&fec>;
517517
phy-mode = "rgmii-id";

0 commit comments

Comments
 (0)