2024-03-04 22:41:55

by Elliot Berman

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sm8650: Add missing reserved memory for chipinfo

Add missing reserved memory for chipinfo region.

Cc: Patrick Daly <[email protected]>
Cc: Neil Armstrong <[email protected]>
Fixes: d2350377997f ("arm64: dts: qcom: add initial SM8650 dtsi")
Signed-off-by: Elliot Berman <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 12ba839f215e..a8f2bd7fd1ff 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -485,9 +485,9 @@ aop_cmd_db_mem: aop-cmd-db@81c60000 {
no-map;
};

- /* Merged aop_config, tme_crash_dump, tme_log and uefi_log regions */
+ /* Merged aop_config, tme_crash_dump, tme_log, uefi_log, and chipinfo regions */
aop_tme_uefi_merged_mem: aop-tme-uefi-merged@81c80000 {
- reg = <0 0x81c80000 0 0x74000>;
+ reg = <0 0x81c80000 0 0x75000>;
no-map;
};


---
base-commit: f6265e31fc717283224752dde476128191737d69
change-id: 20240228-sm8650-missing-chipinfo-region-dc65bb9a7417

Best regards,
--
Elliot Berman <[email protected]>



2024-03-05 06:50:36

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm8650: Add missing reserved memory for chipinfo



On 3/5/2024 4:11 AM, Elliot Berman wrote:
> Add missing reserved memory for chipinfo region.
>
> Cc: Patrick Daly <[email protected]>
> Cc: Neil Armstrong <[email protected]>
> Fixes: d2350377997f ("arm64: dts: qcom: add initial SM8650 dtsi")
> Signed-off-by: Elliot Berman <[email protected]>

Checked the memory map and the downstream code and saw it
looks to be missed.

Thanks for the change.

Reviewed-by: Mukesh Ojha <[email protected]>

-Mukesh

2024-03-19 02:54:15

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm8650: Add missing reserved memory for chipinfo


On Mon, 04 Mar 2024 14:41:15 -0800, Elliot Berman wrote:
> Add missing reserved memory for chipinfo region.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sm8650: Add missing reserved memory for chipinfo
commit: 9b1e891179cacd12aa77d27a2c00b75fdbef4823

Best regards,
--
Bjorn Andersson <[email protected]>