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 21176233704; Mon, 2 Jun 2025 14:02:56 +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=1748872976; cv=none; b=nT3Qp72GWisFqhZ2NIkwvhgdqNhWOHH7O3JqBe11zfSLgEUkLfugtedvaMZNTqLf7HJc0C6wN9IQRKKkjCCPIlZuo02TVJVIJqvzhyZJ7XnyQsdSkAQlFaQOyH6HDjTJ2jnnqicCXKdk15Q+YtC4dz/KuHaxJ/gfgSGGJVP2jXw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872976; c=relaxed/simple; bh=Qwb8zmG/11TRWv4GxeZQBa1yTUaZ1uiU6Vfc5+Q2Yog=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ruT6chwsspy1+eIKXhjn0yN95+UXmtI+C5OQGcAFQesox6rhkIpT7B6DDMtMJ1E/8T7G6LoJR2QzZy7H6FzGa0zM4MOC+G9hg8ytFz2x2kiVJUsbU0QO+SBGctKDF+umZ9L4FjTZ0CSfzKItG5Zjx/jEhktpv0OI43tAyd9jX10= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=c/5zGWV3; 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="c/5zGWV3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9833FC4CEEE; Mon, 2 Jun 2025 14:02:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872976; bh=Qwb8zmG/11TRWv4GxeZQBa1yTUaZ1uiU6Vfc5+Q2Yog=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=c/5zGWV3jHEAstp1n+Wql9eQ3s4hWSu52WRE7PMD9CoCbl8fLbyEyeYzNCGpEI4DH /LfcQ3GpGVygBqhKWgXrODDx23a3SnbIPf9h077YJq5u+o25AlB3jD7Cbb7eItlqR4 8ot1TQtuNwbHVPyj3MTuo6euBCXuu3dantw5eOhw= 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.12 28/55] arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl Date: Mon, 2 Jun 2025 15:47:45 +0200 Message-ID: <20250602134239.384588503@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134238.271281478@linuxfoundation.org> References: <20250602134238.271281478@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.12-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 */