From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Sibi Sankar <sibi.sankar@oss.qualcomm.com>,
robh@kernel.org, srini@kernel.org, amahesh@qti.qualcomm.com,
krzk+dt@kernel.org, conor+dt@kernel.org, andersson@kernel.org,
konradybcio@kernel.org
Cc: mathieu.poirier@linaro.org, linux-arm-msm@vger.kernel.org,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH V3 4/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC
Date: Fri, 30 Jan 2026 10:54:32 +0100 [thread overview]
Message-ID: <5a70d411-e0fc-45a5-829a-c20fa02317cb@oss.qualcomm.com> (raw)
In-Reply-To: <20260129001358.770053-5-sibi.sankar@oss.qualcomm.com>
On 1/29/26 1:13 AM, Sibi Sankar wrote:
> Add remoteproc PAS loader for ADSP and CDSP with its fastrpc nodes.
>
> Signed-off-by: Sibi Sankar <sibi.sankar@oss.qualcomm.com>
> ---
[...]
> + fastrpc {
> + compatible = "qcom,glymur-fastrpc", "qcom,kaanapali-fastrpc";
> + qcom,glink-channels = "fastrpcglink-apps-dsp";
> + label = "adsp";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + compute-cb@3 {
> + compatible = "qcom,fastrpc-compute-cb";
> + reg = <3>;
> +
> + iommus = <&apps_smmu 0x1003 0x80>,
> + <&apps_smmu 0x1043 0x20>;
0x104x -> 0x106x for all children here, the result is the same but let's
match docs so that no one has questions down the line
[...]
> @@ -4692,6 +4808,176 @@ nsp_noc: interconnect@320c0000 {
> #interconnect-cells = <2>;
> };
>
> + remoteproc_cdsp: remoteproc@32300000 {
> + compatible = "qcom,glymur-cdsp-pas", "qcom,sm8550-cdsp-pas";
> + reg = <0x0 0x32300000 0x0 0x10000>;
> +
> + iommus = <&apps_smmu 0x2000 0x400>;
0x2400 (same reasoning)
[...]
> + fastrpc {
> + compatible = "qcom,glymur-fastrpc", "qcom,kaanapali-fastrpc";
> + qcom,glink-channels = "fastrpcglink-apps-dsp";
> + label = "cdsp";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + compute-cb@1 {
> + compatible = "qcom,fastrpc-compute-cb";
> + reg = <1>;
> +
> + iommus = <&apps_smmu 0x2001 0x440>,
0x200x -> 0x240x (again)
Otherwise lgtm
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
next prev parent reply other threads:[~2026-01-30 9:54 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 0:13 [PATCH V3 0/5] Enable ADSP and CDSP for Glymur SoC Sibi Sankar
2026-01-29 0:13 ` [PATCH V3 1/5] dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur ADSP Sibi Sankar
2026-02-05 10:34 ` Krzysztof Kozlowski
2026-02-23 9:36 ` Sibi Sankar
2026-01-29 0:13 ` [PATCH V3 2/5] dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur CDSP Sibi Sankar
2026-01-29 0:13 ` [PATCH V3 3/5] dt-bindings: misc: qcom,fastrpc: Add compatible for Glymur Sibi Sankar
2026-02-23 16:31 ` Bjorn Andersson
2026-02-24 5:54 ` Sibi Sankar
2026-01-29 0:13 ` [PATCH V3 4/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC Sibi Sankar
2026-01-30 9:54 ` Konrad Dybcio [this message]
2026-02-17 12:03 ` Abel Vesa
2026-01-29 0:13 ` [PATCH V3 5/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP Sibi Sankar
2026-01-30 9:55 ` Konrad Dybcio
2026-01-31 7:54 ` Dmitry Baryshkov
2026-02-02 10:16 ` Konrad Dybcio
2026-02-03 12:39 ` Dmitry Baryshkov
2026-02-23 9:09 ` Sibi Sankar
2026-02-23 17:14 ` Dmitry Baryshkov
2026-02-24 6:18 ` Sibi Sankar
2026-02-24 6:30 ` Dmitry Baryshkov
2026-02-24 9:38 ` Sibi Sankar
2026-02-17 12:02 ` Abel Vesa
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=5a70d411-e0fc-45a5-829a-c20fa02317cb@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=amahesh@qti.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--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=mathieu.poirier@linaro.org \
--cc=robh@kernel.org \
--cc=sibi.sankar@oss.qualcomm.com \
--cc=srini@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