[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <341a864e-d3b4-4b79-8b91-79ff6f06879a@oss.qualcomm.com>
Date: Tue, 12 Nov 2024 12:27:19 +0100
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: Ling Xu <quic_lxu5@...cinc.com>, andersson@...nel.org,
konradybcio@...nel.org, robh@...nel.org, krzk+dt@...nel.org,
conor+dt@...nel.org
Cc: quic_kuiw@...cinc.com, quic_ekangupt@...cinc.com, kernel@...cinc.com,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: qcom: qcs8300: Add ADSP and CDSP0 fastrpc nodes
On 12-Nov-24 08:49, Ling Xu wrote:
> Add ADSP and CDSP0 fastrpc nodes for QCS8300 platform.
>
> Signed-off-by: Ling Xu <quic_lxu5@...cinc.com>
> ---
[...]
> + fastrpc {
> + compatible = "qcom,fastrpc";
> + qcom,glink-channels = "fastrpcglink-apps-dsp";
> + label = "cdsp";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + compute-cb@1 {
> + compatible = "qcom,fastrpc-compute-cb";
> + reg = <1>;
> + iommus = <&apps_smmu 0x19c1 0x0440>,
> + <&apps_smmu 0x1dc1 0x0440>,
> + <&apps_smmu 0x1961 0x0400>,
> + <&apps_smmu 0x1d61 0x0400>,
> + <&apps_smmu 0x1981 0x0440>,
> + <&apps_smmu 0x1d81 0x0440>;
If you do SID & ~MASK, many of these come out to the same
value. Could you try to simplify the entries?
Konrad
Powered by blists - more mailing lists