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 8D3A43370E2; Fri, 17 Oct 2025 15:18: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=1760714290; cv=none; b=V6Egt8LrkXjmOzgBnvgo/C3Z6XnsbmLqKKw2kz+l0QOhvSa157qa7S69o/J53kqiSaAnHwuLmKX2FFwuY+W5u74lv+92qbiJq7bnCac5xFp4VjxiaH+8D5OGFyh74Da9MdY1yMr3OzIaNeXHe/kQDyg08RyyWhK6VUxuRa4sC9A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760714290; c=relaxed/simple; bh=lEGocmwRBWzHdbsD892R8uQesxRwjUqj/SAhKHB7GUM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=AMUlB+his3Jqv+1nm/hnPPqhE/FH7xSKuZEKZMnZnG6UddvmYihUxlkZPDOwzWnq66tfXT69HKqNaMIEcKT2HEKKbrHmrFKSxvij8bZsrlW5CFpKmsFp3lPlo238x0CFiF9und5BOmnWeh4yr+1SKNaBIkuuhfEXFxMSMccxL7E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jd+8AJHc; 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="jd+8AJHc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 179C0C4CEE7; Fri, 17 Oct 2025 15:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760714290; bh=lEGocmwRBWzHdbsD892R8uQesxRwjUqj/SAhKHB7GUM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jd+8AJHcYIchsA6LntvbGaI3Xj1SGMtp7ARUFX5esb3ZjFNJ+K1Lb2iUm6Rnrt/VS 3eiSQds8Vmqh1rG0/sAxL8kOGW9YILTcRZU6W9HOBoG08DjkhAy2Nwcnw+rMIOpmpd HIk5jO/j46D4cMLnva6iJiGgxYPCVYov9L2Poqa4= 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.12 092/277] arm64: dts: ti: k3-am62a-main: Fix main padcfg length Date: Fri, 17 Oct 2025 16:51:39 +0200 Message-ID: <20251017145150.493765750@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251017145147.138822285@linuxfoundation.org> References: <20251017145147.138822285@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.12-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 @@ -258,7 +258,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>;