Re: [PATCH 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
From: Konrad Dybcio
Date: Sat Apr 26 2025 - 05:54:36 EST
On 4/24/25 9:56 AM, Lijuan Gao wrote:
>
>
> 在 4/23/2025 5:34 PM, Konrad Dybcio 写道:
>> 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@xxxxxxxxxxx>
>>> ---
[...]
>>> + 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)
>
> Sorry, my mistake. I checked the latest datasheet, and the size should be 0x4040. I will update the register size for both ADSP and CDSP
Yes you're right
Konrad