From nobody Tue Dec 16 04:37:56 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65A58C32771 for ; Mon, 26 Sep 2022 11:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238696AbiIZLtx (ORCPT ); Mon, 26 Sep 2022 07:49:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238830AbiIZLrt (ORCPT ); Mon, 26 Sep 2022 07:47:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AB3974E0F; Mon, 26 Sep 2022 03:47:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D0F9A60A52; Mon, 26 Sep 2022 10:46:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D711EC433D7; Mon, 26 Sep 2022 10:46:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664189201; bh=lwIyZVjOONZyJJFJ4pdVzDJFnzigEmBDRnrq+V3xZHE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W5gp80oRQzUS78LgNr4e+BNSjpVoBwXuEFNFYBC5Xp1GEnMG8EYSnHyHjYb/NdiBT VQdWQLO91iSndY3gVSRdOMrSvaiyo5suxGBxQks5IXYVytIpp9fID4M20y+Kv6xYLH Ax7yO1qSlnMZ99fR87gFDnArVfSmSY9vXmDp3MoM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tim Harvey , Shawn Guo , Sasha Levin Subject: [PATCH 5.19 099/207] arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port Date: Mon, 26 Sep 2022 12:11:28 +0200 Message-Id: <20220926100811.019228816@linuxfoundation.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220926100806.522017616@linuxfoundation.org> References: <20220926100806.522017616@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Tim Harvey [ Upstream commit c3681de3b8f2e8aff0306e2d6c129ca15b70b79d ] 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 Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- 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 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 @@ lan5: port@4 { local-mac-address =3D [00 00 00 00 00 00]; }; =20 - port@6 { - reg =3D <6>; + port@5 { + reg =3D <5>; label =3D "cpu"; ethernet =3D <&fec>; phy-mode =3D "rgmii-id"; --=20 2.35.1