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 36D6B26B097; Thu, 13 Feb 2025 15:12:38 +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=1739459559; cv=none; b=hx4bVW0pHGOGxaKShZmvhv/4B9Neq2KJouxDDgry2QmHUndvXbbRTZEF/6ChCK5h/unR41UsxQqu4nOJUv2jjZcn8q9VybTKgz3PPnW6L3oimbQHq1jlsyDkw4kGlApEUnogpC+IZr8ElK2TD0+QfwW4sptRIcXiELTp5iFREXg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739459559; c=relaxed/simple; bh=o+uqwRWg+HmAvCaJwoFYPe00myuehWHbflAtNN3nGdI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RE8FzMmIxD3T1RsVKbP7WfrTiosRuV14LfV0AHzx6JJXAU9tEP6j6VYX17yzqGd06wYKkmWmdE9yPRTzeBt8KxBFgwJbvqTsdA3F+e8u5ayB5W2wFZCmmq3GG7N46SNwxsnjvQ/oJxwJVm+X11/o2tw8TahCiXWYkTB1iT8aSmM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BSA65roE; 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="BSA65roE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54D77C4CED1; Thu, 13 Feb 2025 15:12:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739459558; bh=o+uqwRWg+HmAvCaJwoFYPe00myuehWHbflAtNN3nGdI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BSA65roEyrHnqjbCnyCpBtZCbixLM81BJ16SehudLhqdZ3POZRjAymkpZ3qqDgiBO QOID9zs+iZC529dc2lVA3CT5mCKhlFm0EWgvZSGSywTFrdHQrh5YNlX7vkhmS+trX0 TpFW92FtPHCgxmeFB8LhEV/XtNMWxJjAD1SmDRws= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Konrad Dybcio , Krzysztof Kozlowski , Johan Hovold , Bjorn Andersson Subject: [PATCH 6.13 300/443] arm64: dts: qcom: x1e80100: Fix CDSP memory length Date: Thu, 13 Feb 2025 15:27:45 +0100 Message-ID: <20250213142452.190633845@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 3de1bf12c6bfb9a92f0803941ecae39b08470446 upstream. The address space in CDSP 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 0x1400000 was copied from older DTS, but it does not look accurate at all. This should have no functional impact on Linux users, because PAS loader does not use this address space at all. Fixes: 5f2a9cd4b104 ("arm64: dts: qcom: x1e80100: Add ADSP/CDSP remoteproc nodes") Cc: stable@vger.kernel.org Reviewed-by: Konrad Dybcio Signed-off-by: Krzysztof Kozlowski Reviewed-by: Johan Hovold Link: https://lore.kernel.org/r/20241213-dts-qcom-cdsp-mpss-base-address-v3-14-2e0036fccd8d@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -6250,7 +6250,7 @@ remoteproc_cdsp: remoteproc@32300000 { compatible = "qcom,x1e80100-cdsp-pas"; - reg = <0 0x32300000 0 0x1400000>; + reg = <0x0 0x32300000 0x0 0x10000>; interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>, <&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>,