The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	Nickolay Goppen <setotau@mainlining.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht, linux@mainlining.org
Subject: Re: [PATCH v2 1/3] arm64: dts: qcom: sdm630/660: Add CDSP-related nodes
Date: Mon, 10 Nov 2025 17:41:22 +0000	[thread overview]
Message-ID: <d17548bb-ddce-4d60-8dc4-2c0633989299@oss.qualcomm.com> (raw)
In-Reply-To: <83c3aea5-764e-4e60-8b16-67b474f19357@oss.qualcomm.com>

On 11/3/25 12:52 PM, Konrad Dybcio wrote:
> On 10/31/25 12:30 PM, Nickolay Goppen wrote:
>>
>> 24.10.2025 16:58, Nickolay Goppen пишет:
>>>
>>> 24.10.2025 11:28, Konrad Dybcio пишет:
>>>> On 10/23/25 9:51 PM, Nickolay Goppen wrote:
>>>>> In order to enable CDSP support for SDM660 SoC:
>>>>>   * add shared memory p2p nodes for CDSP
>>>>>   * add CDSP-specific smmu node
>>>>>   * add CDSP peripheral image loader node
>>>>>
>>>>> Memory region for CDSP in SDM660 occupies the same spot as
>>>>> TZ buffer mem defined in sdm630.dtsi (which does not have CDSP).
>>>>> In sdm660.dtsi replace buffer_mem inherited from SDM630 with
>>>>> cdsp_region, which is also larger in size.
>>>>>
>>>>> SDM636 also doesn't have CDSP, so remove inherited from sdm660.dtsi
>>>>> related nodes and add buffer_mem back.
>>>>>
>>>>> Signed-off-by: Nickolay Goppen <setotau@mainlining.org>
>>>>> ---
>>>> [...]
>>>>
>>>>> +            label = "turing";
>>>> "cdsp"
>>> Ok, I'll change this in the next revision.
>>>>> +            mboxes = <&apcs_glb 29>;
>>>>> +            qcom,remote-pid = <5>;
>>>>> +
>>>>> +            fastrpc {
>>>>> +                compatible = "qcom,fastrpc";
>>>>> +                qcom,glink-channels = "fastrpcglink-apps-dsp";
>>>>> +                label = "cdsp";
>>>>> +                qcom,non-secure-domain;
>>>> This shouldn't matter, both a secure and a non-secure device is
>>>> created for CDSP
>>> I've added this property, because it is used in other SoC's, such as SDM845 and SM6115 for both ADSP and CDSP
>> Is this property not neccessary anymore?
> 
> +Srini?

That is true, we do not require this for CDSP, as CDSP allows both
unsigned and signed loading, we create both secured and non-secure node
by default. May be we can provide that clarity in yaml bindings so that
it gets caught during dtb checks.


However in ADSP case, we only support singed modules, due to historical
reasons how this driver evolved over years, we have this flag to allow
compatiblity for such users.


--srini>
> Konrad


  reply	other threads:[~2025-11-10 17:41 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-23 19:51 [PATCH v2 0/3] arm64: dts: qcom: Add support for SDM660 CDSP and ADSP FastRPC Nickolay Goppen
2025-10-23 19:51 ` [PATCH v2 1/3] arm64: dts: qcom: sdm630/660: Add CDSP-related nodes Nickolay Goppen
2025-10-24  8:28   ` Konrad Dybcio
2025-10-24 13:58     ` Nickolay Goppen
2025-10-31 11:30       ` Nickolay Goppen
2025-11-03 12:52         ` Konrad Dybcio
2025-11-10 17:41           ` Srinivas Kandagatla [this message]
2025-11-12 13:52             ` Konrad Dybcio
2025-11-19 20:28               ` Srinivas Kandagatla
2025-11-20  4:55                 ` Ekansh Gupta
2025-11-20  7:57                   ` Nickolay Goppen
2025-11-20 10:54                     ` Ekansh Gupta
2025-11-20 11:22                       ` Nickolay Goppen
2025-11-21  7:58                         ` Ekansh Gupta
2025-11-21 12:06                           ` Dmitry Baryshkov
2025-11-24 15:25                             ` Ekansh Gupta
2025-11-20 11:47                       ` Konrad Dybcio
2025-11-21  8:11                         ` Ekansh Gupta
2025-11-21  8:18                           ` Nickolay Goppen
2025-11-21  8:42                             ` Ekansh Gupta
2025-11-21 12:11                             ` Dmitry Baryshkov
2025-11-21 12:13                               ` Nickolay Goppen
2025-11-21 12:09                           ` Dmitry Baryshkov
2025-11-23 10:51                             ` Nickolay Goppen
2025-11-24 15:02                               ` Nickolay Goppen
2025-11-24 15:29                                 ` Ekansh Gupta
2025-11-24 16:33                                   ` Nickolay Goppen
2025-12-02 17:09                                 ` Nickolay Goppen
2025-12-08  7:49                                   ` Nickolay Goppen
2025-12-17 13:37                                     ` Konrad Dybcio
2025-12-17 15:42                                       ` Nickolay Goppen
2025-11-26 14:00                             ` Nickolay Goppen
2025-11-26 20:32                               ` Nickolay Goppen
2025-11-27  6:26                               ` Ekansh Gupta
2025-11-21 12:07                   ` Dmitry Baryshkov
2025-12-11 12:24   ` Nickolay Goppen
2025-12-11 14:30     ` Nickolay Goppen
2025-12-17 13:33       ` Konrad Dybcio
2025-10-23 19:52 ` [PATCH v2 2/3] arm64: dts: qcom: sdm630: Add missing vote clock and GDSC to lpass_smmu Nickolay Goppen
2025-10-24  8:16   ` Konrad Dybcio
2025-10-23 19:52 ` [PATCH v2 3/3] arm64: dts: qcom: sdm630: Add FastRPC nodes to ADSP Nickolay Goppen
2025-10-24  8:26   ` Konrad Dybcio
2025-11-08 22:22     ` Nickolay Goppen
2025-11-08 22:35       ` Nickolay Goppen

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=d17548bb-ddce-4d60-8dc4-2c0633989299@oss.qualcomm.com \
    --to=srinivas.kandagatla@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.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@mainlining.org \
    --cc=robh@kernel.org \
    --cc=setotau@mainlining.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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