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 71DEA337110; Fri, 17 Oct 2025 15:07:10 +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=1760713630; cv=none; b=B5sr+TxejYpI49WIKOQx8UUFNjRQw3tJAOYy+79KRQRXZe50tbIu7vWrPU3/mlfpxn7HsWCCsnlXPm5rE7cGLDBgvBiYLEtIo+yWK/t7un41vk1gFYguGeQNgiPpT4z7nO5oh2Y0TA6PtPHqb8VSLI8SWX4mZ/bLdSD9a3O3cH0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760713630; c=relaxed/simple; bh=55LQS4fXK2x9SRy8GErW6ZdaX+Q718eKHs6L7KJQ4qw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hbcdClyzzTdRdlJ3oG+TeepaSC79XjjVVlKfipu4CtsTuYZkTjcz5pdCa6XHFeAb0kpaM9AjFlkjugnUSW3B/eRwXV7zS9q1rPtxXsPcc3JFp6Vdn3vQUc1j14kt4/c74VoZ9JWdObY5cgjn1Ez27ieCOI5Q5gbDgJ4DvzgD5MQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=S7Ck0Y//; 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="S7Ck0Y//" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1101C4CEE7; Fri, 17 Oct 2025 15:07:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760713630; bh=55LQS4fXK2x9SRy8GErW6ZdaX+Q718eKHs6L7KJQ4qw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S7Ck0Y//Sxa0zVGOW2OnOLO9YMzX5WwKA0TaQKBBrCX8bQi1ROZf+XjGxN5zxdAmn JRxQAjyfUwcZ6wQKl2JsDQwvKs/V8/5ZVzj7kLFl6qfaYuyARnyJpocU7Ug4izGQV/ Tcusc8BgxzW0gaBClWmy/zqtuwIROUBWrngBetl8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vibhore Vardhan , Paresh Bhagat , Siddharth Vadapalli , Nishanth Menon Subject: [PATCH 6.6 064/201] arm64: dts: ti: k3-am62a-main: Fix main padcfg length Date: Fri, 17 Oct 2025 16:52:05 +0200 Message-ID: <20251017145137.102423270@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251017145134.710337454@linuxfoundation.org> References: <20251017145134.710337454@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Vibhore Vardhan commit 4c4e48afb6d85c1a8f9fdbae1fdf17ceef4a6f5b upstream. The main pad configuration register region starts with the register MAIN_PADCFG_CTRL_MMR_CFG0_PADCONFIG0 with address 0x000f4000 and ends with the MAIN_PADCFG_CTRL_MMR_CFG0_PADCONFIG150 register with address 0x000f4258, as a result of which, total size of the region is 0x25c instead of 0x2ac. Reference Docs TRM (AM62A) - https://www.ti.com/lit/ug/spruj16b/spruj16b.pdf TRM (AM62D) - https://www.ti.com/lit/ug/sprujd4/sprujd4.pdf Fixes: 5fc6b1b62639c ("arm64: dts: ti: Introduce AM62A7 family of SoCs") Cc: stable@vger.kernel.org Signed-off-by: Vibhore Vardhan Signed-off-by: Paresh Bhagat Reviewed-by: Siddharth Vadapalli Link: https://patch.msgid.link/20250903062513.813925-2-p-bhagat@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi @@ -185,7 +185,7 @@ main_pmx0: pinctrl@f4000 { compatible = "pinctrl-single"; - reg = <0x00 0xf4000 0x00 0x2ac>; + reg = <0x00 0xf4000 0x00 0x25c>; #pinctrl-cells = <1>; pinctrl-single,register-width = <32>; pinctrl-single,function-mask = <0xffffffff>;