[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e32357d4-6462-4035-9a7b-356480c3d643@oss.qualcomm.com>
Date: Tue, 16 Dec 2025 15:07:17 +0100
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: Alexey Klimov <alexey.klimov@...aro.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Srinivas Kandagatla <srini@...nel.org>,
Ekansh Gupta <quic_ekangupt@...cinc.com>
Subject: Re: [PATCH RFT v3 1/2] arm64: dts: qcom: sm8750: add memory node for
adsp fastrpc
On 12/9/25 8:37 AM, Alexey Klimov wrote:
> Add optional memory heap node that can be used for ADSP fastrpc.
>
> Cc: Ekansh Gupta <quic_ekangupt@...cinc.com>
> Cc: Srinivas Kandagatla <srini@...nel.org>
> Signed-off-by: Alexey Klimov <alexey.klimov@...aro.org>
> ---
> arch/arm64/boot/dts/qcom/sm8750.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi
> index 3f0b57f428bbb388521c27d9ae96bbef3d62b2e2..be89c65163bf0480100c09c883b68d03455c1870 100644
> --- a/arch/arm64/boot/dts/qcom/sm8750.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi
> @@ -524,6 +524,14 @@ llcc_lpi_mem: llcc-lpi@...00000 {
> reg = <0x0 0xff800000 0x0 0x800000>;
> no-map;
> };
> +
> + adsp_rpc_remote_heap_mem: adsp-rpc-remote-heap {
> + compatible = "shared-dma-pool";
> + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
Ekansh, perhaps you'd know.. is there any reason for this to only be
allocated in the lowest 4G?
Konrad
> + alignment = <0x0 0x400000>;
> + size = <0x0 0xc00000>;
> + reusable;
> + };
> };
>
> smp2p-adsp {
>
Powered by blists - more mailing lists