From: sashiko-bot@kernel.org
To: "Abel Vesa" <abel.vesa@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v2 1/3] arm64: dts: qcom: eliza: Describe the CDSP remoteproc
Date: Tue, 21 Jul 2026 08:43:35 +0000 [thread overview]
Message-ID: <20260721084336.125971F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260721-dts-qcom-eliza-add-cdsp-v2-1-e1e52bfb3c12@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The `remoteproc_cdsp` node lacks the `glink-edge` subnode required for inter-processor communication.
--
--- Patch [1]: [PATCH v2 1/3] arm64: dts: qcom: eliza: Describe the CDSP remoteproc ---
commit 0d8a8296d1e008af4feca584273c5028b5ea34a2
Author: Abel Vesa <abel.vesa@oss.qualcomm.com>
arm64: dts: qcom: eliza: Describe the CDSP remoteproc
This commit introduces the CDSP remoteproc and its related SMP2P node.
It provisions the device tree nodes, interrupts, clocks, and power
domains necessary for the DSP.
> diff --git a/arch/arm64/boot/dts/qcom/eliza.dtsi b/arch/arm64/boot/dts/qcom/eliza.dtsi
> --- a/arch/arm64/boot/dts/qcom/eliza.dtsi
> +++ b/arch/arm64/boot/dts/qcom/eliza.dtsi
[ ... ]
> @@ -3737,6 +3761,46 @@ nsp_noc: interconnect@320c0000 {
> qcom,bcm-voters = <&apps_bcm_voter>;
> #interconnect-cells = <2>;
> };
> +
> + remoteproc_cdsp: remoteproc@32300000 {
> + compatible = "qcom,eliza-cdsp-pas";
> + reg = <0x0 0x32300000 0x0 0x10000>;
[Severity: Medium]
Does this node also need a glink-edge subnode?
Without the glink-edge subnode and a fastrpc child, it appears the
application processor might not be able to establish GLINK/IPCC message
channels with the CDSP. Will this prevent the DSP from receiving
workloads from the host when the node is eventually enabled?
> +
> + interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
> + <&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>,
> + <&smp2p_cdsp_in 1 IRQ_TYPE_EDGE_RISING>,
[ ... ]
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260721-dts-qcom-eliza-add-cdsp-v2-0-e1e52bfb3c12@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-07-21 8:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 8:25 [PATCH v2 0/3] arm64: dts: qcom: eliza: Add CDSP support and enable it on MTP and CQS SoM Abel Vesa
2026-07-21 8:25 ` [PATCH v2 1/3] arm64: dts: qcom: eliza: Describe the CDSP remoteproc Abel Vesa
2026-07-21 8:43 ` sashiko-bot [this message]
2026-07-21 22:30 ` Dmitry Baryshkov
2026-07-22 11:01 ` Abel Vesa
2026-07-22 13:10 ` Dmitry Baryshkov
2026-07-21 8:25 ` [PATCH v2 2/3] arm64: dts: qcom: eliza-mtp: Enable " Abel Vesa
2026-07-21 22:28 ` Dmitry Baryshkov
2026-07-21 8:25 ` [PATCH v2 3/3] arm64: dts: qcom: eliza-cqs-som: " Abel Vesa
2026-07-21 22:28 ` Dmitry Baryshkov
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=20260721084336.125971F00A3A@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=abel.vesa@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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