Re: [PATCH v3 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
From: Konrad Dybcio
Date: Sat May 17 2025 - 12:59:37 EST
On 5/17/25 12:11 AM, Dmitry Baryshkov wrote:
> On Fri, May 16, 2025 at 11:27:06AM +0800, Lijuan Gao wrote:
>> Add nodes for remoteprocs: ADSP and CDSP for QCS615 SoC to enable proper
>> remoteproc functionality.
>>
>> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Lijuan Gao <quic_lijuang@xxxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/qcom/qcs615.dtsi | 86 ++++++++++++++++++++++++++++++++++++
>> 1 file changed, 86 insertions(+)
>
> Is the MPSS not present on the QCS615? It was a part of the SM6150
> design.
Hmm.. good point..
It's surely not there on QC*S*
it is there on SM6150 though, quite obviously
downstream ref:
https://github.com/ianmacd/gts6lwifi/blob/master/arch/arm64/boot/dts/qcom/sm6150.dtsi
Konrad