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 AA5AC2C3247; Mon, 2 Jun 2025 13:50:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872224; cv=none; b=HP0D3D/r5nhaDYKQH/Jxv2yzYW59RXnwaxe3OXs3i23QShuQKxR+N+vWzxwZBELMB3P3cXk7dW92f+yxK/xa5uYXDxC5F65fG3dU6w7m5l/KfoJbu07agpX/o9aG8bTLr7C25Cod8tyQuiDnKfWT7SrxQ+U6NtiytE85AB8tBZA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872224; c=relaxed/simple; bh=lo+r2+tBB3UzWAeQz+Z8YtBOgFs990CUhv/Q8ryex5Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cSg+p3gPK9qlU5L1FtsAkz2FmYIJTwk6KT+RlWFUrdKNpUQEmBrag9JR7iiqJFEqri2PRy7BC81ut7sW7Ck49KwWkrZS3SRiOAjnGmVw5wD8A0TTipdN5eP6Kn7sTYEocK5hmh5wQqXajdOXj9ZD9SZtmqJ3PhxYAPrTknZCIxk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=TMfoAQmD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="TMfoAQmD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8DE4C4CEEB; Mon, 2 Jun 2025 13:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872224; bh=lo+r2+tBB3UzWAeQz+Z8YtBOgFs990CUhv/Q8ryex5Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TMfoAQmDRyOzRTP5lcd/wIDKahBtfKL1/wDTYX3lZDexzAAVS4np4OnQZR+ZVepUW bgAOyMQIjwyoQFnbgOKCJZjvZADGsDnlmze/K6SwEA2futsTTo221cYIu4Xp4TM77X StYEgt8if/kjI0TSuj4MHo54NN6MtBltjqj0YEZA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Siddharth Vadapalli , Udit Kumar , Nishanth Menon Subject: [PATCH 6.15 38/49] arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" Date: Mon, 2 Jun 2025 15:47:30 +0200 Message-ID: <20250602134239.436832019@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134237.940995114@linuxfoundation.org> References: <20250602134237.940995114@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Siddharth Vadapalli commit 9d76be5828be44ed7a104cc21b4f875be4a63322 upstream. In preparation for disabling "serdes_wiz0" and "serdes_wiz1" device-tree nodes in the SoC file, enable them in the board file. The motivation for this change is that of following the existing convention of disabling nodes in the SoC file and only enabling the required ones in the board file. Fixes: 485705df5d5f ("arm64: dts: ti: k3-j722s: Enable PCIe and USB support on J722S-EVM") Cc: stable@vger.kernel.org Signed-off-by: Siddharth Vadapalli Reviewed-by: Udit Kumar Link: https://lore.kernel.org/r/20250417123246.2733923-2-s-vadapalli@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts @@ -843,6 +843,10 @@ ; }; +&serdes_wiz0 { + status = "okay"; +}; + &serdes0 { status = "okay"; serdes0_usb_link: phy@0 { @@ -854,6 +858,10 @@ }; }; +&serdes_wiz1 { + status = "okay"; +}; + &serdes1 { status = "okay"; serdes1_pcie_link: phy@0 {