Skip to content

Commit

Permalink
arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
Browse files Browse the repository at this point in the history
[ Upstream commit c3681de ]

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 <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Gateworks authored and gregkh committed Sep 28, 2022
1 parent f675f59 commit d5241ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@
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";
Expand Down

0 comments on commit d5241ea

Please sign in to comment.