Re: [PATCH v4 04/11] arm64: dts: qcom: x1e80100: Add ADSP/CDSP remoteproc nodes

From: Abel Vesa
Date: Wed Jan 24 2024 - 07:38:13 EST


On 24-01-23 19:22:35, Konrad Dybcio wrote:
>
>
> On 1/23/24 12:01, Abel Vesa wrote:
> > From: Sibi Sankar <quic_sibis@xxxxxxxxxxx>
> >
> > Add ADSP and CDSP remoteproc nodes on X1E80100 platforms.
> >
> > Signed-off-by: Sibi Sankar <quic_sibis@xxxxxxxxxxx>
> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> > ---
>
> [...]
>
> > + remoteproc_cdsp: remoteproc@32300000 {
> > + compatible = "qcom,x1e80100-cdsp-pas";
> > + reg = <0 0x32300000 0 0x1400000>;
> > +
> > + interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
>
> Is there no PDC mapping for this one?
>

Nope.

> Konrad