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 61000221DBD; Mon, 2 Jun 2025 13:50:32 +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=1748872232; cv=none; b=kFyfIVTpUtHeJyAv6AbHHhPGCDcKEXjqH37PnAXbtZRi78tA3+yQdGzrhqR0lp66xC3XRYuIihgK8Hz0uA+ll5eHlI/6jQRF/je8rmz+Ow8gnMwPVstHn1LyuDfBGRQmvClNgDUvw5lQNDxlkLsEkE7SnCWBIGuQmkZzcGV7XWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872232; c=relaxed/simple; bh=gYHIDmAP6ErTz5OoyFQvt7ot6o6i5pR8vbMf5B9NfP8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=XJ9yx/nONeR5GWJxoQ6Chae9nfcOWiX6/kMVUrEI0yoauEwJI3QQbdW6G26wwxc5tTZq4RFdrMDEoB2alyfH9zr+poqWb5zSB/gymPN5x/ZHSr4UX+GFWlSli0xrFgrdCzq1fg0kKFDy3dhNOc5cJ2jIFuzz3AQWBwZAS2x8wS0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dCwU4M33; 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="dCwU4M33" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4A86C4CEEB; Mon, 2 Jun 2025 13:50:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872232; bh=gYHIDmAP6ErTz5OoyFQvt7ot6o6i5pR8vbMf5B9NfP8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dCwU4M33Bpu6Ksi5IZIftAT8ub4O41ldH4f426m9uceBQWd59PXG5cSqy8IQ4DZTQ NGvVUQyrj7ep3Pqm4Qc/E4C+/0zcrfD4NFuDkyetLBCAnGNA3p8PX+QPy4fyLXw5v6 TTkwad9o22+5ahftrSl+B1Dbu2hJ+gMLFJZAuflU= 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 40/49] arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl Date: Mon, 2 Jun 2025 15:47:32 +0200 Message-ID: <20250602134239.515173294@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 3b62bd1fde50d54cc59015e14869e6cc3d6899e0 upstream. Commit under Fixes corrected the "mux-reg-masks" property but did not update the "length" field of the "reg" property to account for the newly added register offsets which extend the region. Fix this. Fixes: 38e7f9092efb ("arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masks") Cc: stable@vger.kernel.org Signed-off-by: Siddharth Vadapalli Reviewed-by: Udit Kumar Link: https://lore.kernel.org/r/20250423151612.48848-1-s-vadapalli@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi @@ -77,7 +77,7 @@ serdes_ln_ctrl: mux-controller@4080 { compatible = "reg-mux"; - reg = <0x00004080 0x30>; + reg = <0x00004080 0x50>; #mux-control-cells = <1>; mux-reg-masks = <0x0 0x3>, <0x4 0x3>, /* SERDES0 lane0/1 select */ <0x8 0x3>, <0xc 0x3>, /* SERDES0 lane2/3 select */