devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Komal Bajaj <quic_kbajaj@quicinc.com>,
	agross@kernel.org, andersson@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/2] arm64: dts: qcom: qdu1000-idp: Update reserved memory region
Date: Sat, 15 Jul 2023 16:13:16 +0200	[thread overview]
Message-ID: <bb80d65e-b6e5-37ac-b4eb-01166af6f39c@linaro.org> (raw)
In-Reply-To: <20230706125129.20969-2-quic_kbajaj@quicinc.com>

On 6.07.2023 14:51, Komal Bajaj wrote:
> Add missing reserved regions as described in QDU1000 memory map.
> 
> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
> ---
Are you sure you want to reserve 4352 MiB?

Konrad
>  arch/arm64/boot/dts/qcom/qdu1000-idp.dts | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/qdu1000-idp.dts b/arch/arm64/boot/dts/qcom/qdu1000-idp.dts
> index 1d22f87fd238..8446eb438a34 100644
> --- a/arch/arm64/boot/dts/qcom/qdu1000-idp.dts
> +++ b/arch/arm64/boot/dts/qcom/qdu1000-idp.dts
> @@ -448,6 +448,28 @@ &qupv3_id_0 {
>  	status = "okay";
>  };
> 
> +&reserved_memory {
> +	ecc_meta_data_mem: ecc-meta-data@e0000000 {
> +		reg = <0x0 0xe0000000 0x0 0x20000000>;
> +		no-map;
> +	};
> +
> +	harq_buffer_mem: harq-buffer@800000000 {
> +		reg = <0x8 0x0 0x0 0x80000000>;
> +		no-map;
> +	};
> +
> +	tenx_sp_buffer_mem: tenx-sp-buffer@880000000 {
> +		reg = <0x8 0x80000000 0x0 0x50000000>;
> +		no-map;
> +	};
> +
> +	fapi_buffer_mem: fapi-buffer@8d0000000 {
> +		reg = <0x8 0xd0000000 0x0 0x20000000>;
> +		no-map;
> +	};
> +};
> +
>  &sdhc {
>  	pinctrl-0 = <&sdc_on_state>;
>  	pinctrl-1 = <&sdc_off_state>;
> --
> 2.40.1
> 

  reply	other threads:[~2023-07-15 14:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06 12:51 [PATCH v3 0/2] arm64: dts: qcom: qdu1000: Update reserved memory region Komal Bajaj
2023-07-06 12:51 ` [PATCH v3 1/2] arm64: dts: qcom: qdu1000-idp: " Komal Bajaj
2023-07-15 14:13   ` Konrad Dybcio [this message]
2023-07-17 13:02     ` Komal Bajaj
2023-07-06 12:51 ` [PATCH v3 2/2] arm64: dts: qcom: qru1000-idp: " Komal Bajaj
2023-07-22  5:17 ` [PATCH v3 0/2] arm64: dts: qcom: qdu1000: " Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb80d65e-b6e5-37ac-b4eb-01166af6f39c@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_kbajaj@quicinc.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).