From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A03B9257C for ; Thu, 23 Feb 2023 13:05:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27148C4339B; Thu, 23 Feb 2023 13:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677157527; bh=EXp/nxujebN4Xh6ToDp1WrhshsqfAsVb8nQqspT5HX0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wgikghzdD7sjOFxe1CVC0Us/SJ0xXJykfAlrbvTca339OOVwuN542cMNbv8B2NncE vU/oZaIMbcqkU04DJzCMI+qPgWI23KwObNmfgifZtRrbO8wi39iOWe1UBU98qbeUnQ CZz2TUHRDX66NJBifUWgD4Gp6IrdlVtQyj067JOc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Camelia Alexandra Groza , Sean Anderson , Jakub Kicinski , Sasha Levin Subject: [PATCH 4.19 05/11] powerpc: dts: t208x: Disable 10G on MAC1 and MAC2 Date: Thu, 23 Feb 2023 14:04:46 +0100 Message-Id: <20230223130424.266923663@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230223130424.079732181@linuxfoundation.org> References: <20230223130424.079732181@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Sean Anderson [ Upstream commit 8d8bee13ae9e316443c6666286360126a19c8d94 ] There aren't enough resources to run these ports at 10G speeds. Disable 10G for these ports, reverting to the previous speed. Fixes: 36926a7d70c2 ("powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G") Reported-by: Camelia Alexandra Groza Signed-off-by: Sean Anderson Reviewed-by: Camelia Groza Tested-by: Camelia Groza Link: https://lore.kernel.org/r/20221216172937.2960054-1-sean.anderson@seco.com Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi index a3cee1acd7abd..fda6c9213d9eb 100644 --- a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi @@ -681,3 +681,19 @@ interrupts = <16 2 1 9>; }; }; + +&fman0_rx_0x08 { + /delete-property/ fsl,fman-10g-port; +}; + +&fman0_tx_0x28 { + /delete-property/ fsl,fman-10g-port; +}; + +&fman0_rx_0x09 { + /delete-property/ fsl,fman-10g-port; +}; + +&fman0_tx_0x29 { + /delete-property/ fsl,fman-10g-port; +}; -- 2.39.0