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 1F0A326B097; Thu, 13 Feb 2025 15:12:42 +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=1739459562; cv=none; b=MI2oYWPVO4ENXxC77EMQV17BzySIXQ87AkF4MO4LZYoyXUjvRWVZoRIUwS28QCxynR3cHIa7vw82/T4eUuacOh6vL9A+8y9RuyRFe2vHglBjQw/bgRa7474s/3cSB1uWcn6hy/G61gYHNrYdAJOGSWrSxFc+mIuB6RUg7dzaZas= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739459562; c=relaxed/simple; bh=Whzi7na7bHqbJz4TCRzJqAhRDxn4g1U3WukgD3fcR20=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jeq6QxNtMfOYSaepdB44iYFX+yY3QPeAJCJNDtUr99593nnNmxVRL7yuZxmNJAFl8TqG2pGFOFdIY8BYNyVMp+h0akz0Vyli4b78pcTRjXvWBtL19MRB5FuKTGaS8fcs/A6enEzksRkXAgd1rBmuDouMqNAQEKxKBa8K00GKFSY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=mONBxMOn; 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="mONBxMOn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EE7BC4CED1; Thu, 13 Feb 2025 15:12:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739459562; bh=Whzi7na7bHqbJz4TCRzJqAhRDxn4g1U3WukgD3fcR20=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mONBxMOn5WzPiG6yW76d43AunyJsUrwcQ8DefkXd3IYJr16yo+nz2kwnyakVYwecv Kd7Uo/OuWii/D7qPV6jHhEJNyNBHEpN6fsBCAIwTdzSo1mNob5ZkIWDW9BGk+TZyD9 H3Buv9KqdiCDdVH078DfV9kqA7IOzofez7BkqKsA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Konrad Dybcio , Bjorn Andersson Subject: [PATCH 6.13 301/443] arm64: dts: qcom: sm6115: Fix MPSS memory length Date: Thu, 13 Feb 2025 15:27:46 +0100 Message-ID: <20250213142452.228700646@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250213142440.609878115@linuxfoundation.org> References: <20250213142440.609878115@linuxfoundation.org> User-Agent: quilt/0.68 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.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit 472d65e7cb591c8379dd6f40561f96be73a46f0f upstream. The address space in MPSS/Modem PAS (Peripheral Authentication Service) remoteproc node should point to the QDSP PUB address space (QDSP6...SS_PUB) which has a length of 0x10000. Value of 0x100 was copied from older DTS, but it grew since then. This should have no functional impact on Linux users, because PAS loader does not use this address space at all. Cc: stable@vger.kernel.org Fixes: 96ce9227fdbc ("arm64: dts: qcom: sm6115: Add remoteproc nodes") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20241213-dts-qcom-cdsp-mpss-base-address-v3-21-2e0036fccd8d@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -2027,7 +2027,7 @@ remoteproc_mpss: remoteproc@6080000 { compatible = "qcom,sm6115-mpss-pas"; - reg = <0x0 0x06080000 0x0 0x100>; + reg = <0x0 0x06080000 0x0 0x10000>; interrupts-extended = <&intc GIC_SPI 307 IRQ_TYPE_EDGE_RISING>, <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,