From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Lijuan Gao <quic_lijuang@quicinc.com>,
Bjorn Andersson <andersson@kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
Konrad Dybcio <konradybcio@kernel.org>
Cc: kernel@quicinc.com, linux-arm-msm@vger.kernel.org,
linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
Date: Wed, 23 Apr 2025 11:34:07 +0200 [thread overview]
Message-ID: <654e4b69-dac2-4e05-bbe7-61a3396da52d@oss.qualcomm.com> (raw)
In-Reply-To: <20250423-add_qcs615_remoteproc_support-v1-5-a94fe8799f14@quicinc.com>
On 4/23/25 11:17 AM, Lijuan Gao wrote:
> Add nodes for remoteprocs: ADSP and CDSP for QCS615 SoC to enable proper
> remoteproc functionality.
>
> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
> ---
> arch/arm64/boot/dts/qcom/qcs615.dtsi | 86 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 86 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qcs615.dtsi b/arch/arm64/boot/dts/qcom/qcs615.dtsi
> index fe9fda6b71c4..c0e2d8699d05 100644
> --- a/arch/arm64/boot/dts/qcom/qcs615.dtsi
> +++ b/arch/arm64/boot/dts/qcom/qcs615.dtsi
> @@ -503,6 +503,16 @@ smem_region: smem@86000000 {
> no-map;
> hwlocks = <&tcsr_mutex 3>;
> };
> +
> + rproc_cdsp_mem: rproc-cdsp@93b00000 {
> + reg = <0x0 0x93b00000 0x0 0x1e00000>;
> + no-map;
> + };
> +
> + rproc_adsp_mem: rproc-adsp@95900000 {
> + reg = <0x0 0x95900000 0x0 0x1e00000>;
> + no-map;
> + };
Please double check these addresses, I'm not saying they're necessarily
wrong, but I can't find a confirmation for them either
> };
>
> soc: soc@0 {
> @@ -3124,6 +3134,44 @@ cti@7900000 {
> clock-names = "apb_pclk";
> };
>
> + remoteproc_cdsp: remoteproc-cdsp@8300000 {
remoteproc@
[...]
> + remoteproc_adsp: remoteproc-adsp@62400000 {
> + compatible = "qcom,qcs615-adsp-pas", "qcom,sm8150-adsp-pas";
> + reg = <0x0 0x62400000 0x0 0x100>;
The size is 0x100000 (1 MiB)
Konrad
next prev parent reply other threads:[~2025-04-23 9:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 9:17 [PATCH 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP Lijuan Gao
2025-04-23 9:17 ` [PATCH 1/6] dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc Lijuan Gao
2025-04-28 7:48 ` Krzysztof Kozlowski
2025-04-23 9:17 ` [PATCH 2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible Lijuan Gao
2025-04-28 7:52 ` Krzysztof Kozlowski
2025-04-23 9:17 ` [PATCH 3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P Lijuan Gao
2025-04-23 9:29 ` Konrad Dybcio
2025-05-07 6:24 ` Lijuan Gao
2025-04-23 9:17 ` [PATCH 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region Lijuan Gao
2025-04-23 9:30 ` Konrad Dybcio
2025-04-23 9:17 ` [PATCH 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes Lijuan Gao
2025-04-23 9:34 ` Konrad Dybcio [this message]
2025-04-24 7:56 ` Lijuan Gao
2025-04-26 9:54 ` Konrad Dybcio
2025-04-23 9:17 ` [PATCH 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs Lijuan Gao
2025-04-23 13:40 ` Dmitry Baryshkov
2025-04-24 8:24 ` Lijuan Gao
2025-04-23 13:37 ` [PATCH 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP Rob Herring (Arm)
2025-04-24 8:05 ` Lijuan Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=654e4b69-dac2-4e05-bbe7-61a3396da52d@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@quicinc.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mathieu.poirier@linaro.org \
--cc=quic_lijuang@quicinc.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox