diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-09-12 21:08:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-13 05:23:35 +0300 |
commit | c3681de3b8f2e8aff0306e2d6c129ca15b70b79d (patch) | |
tree | 3ff5c3eaef650ac60787f58defc14e1d71cd8b7a /arch | |
parent | e4ef0885632ed485961ac0962ad01be4ec9ec658 (diff) | |
download | linux-c3681de3b8f2e8aff0306e2d6c129ca15b70b79d.tar.xz |
arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 4 |
1 files 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 4c729ac89625..3df7ee9a2fe1 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts @@ -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"; |