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 B6A531547E3; Thu, 13 Feb 2025 15:31:37 +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=1739460697; cv=none; b=LUXmvLtB2P/5eu8vvFWnMrPZTDYaEfmGkGzoP/kmk3tzbd1E0wrfAnvFLy7bdFcyYOSqk3KOh1hwtE6usGJ0hzkMx+iwt0zSavZFrESMZFvZ8VFRo6IEfbQFVzMEUGf67GBHDEu+9wfEMqm4GEr8r4XOt+n6km9bezfAKbWuz8Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739460697; c=relaxed/simple; bh=Ew5VvzumRfMjxB5iEOfErwRRFUaq9fEbr8uzJs1+u+8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kjSLskI1Vo0qshFmW1ZUQANZ7R2Nc1PcsZXpEqT3es4fn5R6noW6hYnjqpwhRuKoLfft3I44dEgRl2KWo8huDu61qPo44qtwTew/XREkyF7k6BecTLUVgoS8Ladt14BkMQ8t5uOpSJ3IoXa9Wq9n1T/Ck+UK8uNv8Kp4b14xaFA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Clp18yK+; 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="Clp18yK+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DBF5C4CED1; Thu, 13 Feb 2025 15:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739460697; bh=Ew5VvzumRfMjxB5iEOfErwRRFUaq9fEbr8uzJs1+u+8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Clp18yK+juJ0YvxiQzjLs2sdIjvrkfuVK4HZXAJaItza24LxVn65jTE/6uIqZOJj+ 2RZsXQ/Gf4ItLXhru2PJQfXxlreh/FVW0rvYZny04BQxHw1O2fBSHIzvSkxTnkqUW+ lWhiLXs7VJfyp0m0G2gRUcdi3jIOV6lKSeQqtHLc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Neil Armstrong , Konrad Dybcio , Krzysztof Kozlowski , Bjorn Andersson Subject: [PATCH 6.6 187/273] arm64: dts: qcom: sm8550: Fix MPSS memory length Date: Thu, 13 Feb 2025 15:29:19 +0100 Message-ID: <20250213142414.713522163@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250213142407.354217048@linuxfoundation.org> References: <20250213142407.354217048@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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit 8ef227e93a513d431f9345f23cd4d2d65607b985 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 0x4040 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. Fixes: d0c061e366ed ("arm64: dts: qcom: sm8550: add adsp, cdsp & mdss nodes") Cc: stable@vger.kernel.org Reviewed-by: Neil Armstrong Reviewed-by: Konrad Dybcio Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20241213-dts-qcom-cdsp-mpss-base-address-v3-9-2e0036fccd8d@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -1986,7 +1986,7 @@ remoteproc_mpss: remoteproc@4080000 { compatible = "qcom,sm8550-mpss-pas"; - reg = <0x0 0x04080000 0x0 0x4040>; + reg = <0x0 0x04080000 0x0 0x10000>; interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>, <&smp2p_modem_in 0 IRQ_TYPE_EDGE_RISING>,