Commit 9b1e8911 authored by Elliot Berman's avatar Elliot Berman Committed by Bjorn Andersson

arm64: dts: qcom: sm8650: Add missing reserved memory for chipinfo

Add missing reserved memory for chipinfo region.

Cc: Patrick Daly <quic_pdaly@quicinc.com>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Fixes: d2350377 ("arm64: dts: qcom: add initial SM8650 dtsi")
Signed-off-by: default avatarElliot Berman <quic_eberman@quicinc.com>
Reviewed-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
Link: https://lore.kernel.org/r/20240304-sm8650-missing-chipinfo-region-v1-1-8a0b41dd8308@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent c39c5aed
...@@ -485,9 +485,9 @@ aop_cmd_db_mem: aop-cmd-db@81c60000 { ...@@ -485,9 +485,9 @@ aop_cmd_db_mem: aop-cmd-db@81c60000 {
no-map; 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 { aop_tme_uefi_merged_mem: aop-tme-uefi-merged@81c80000 {
reg = <0 0x81c80000 0 0x74000>; reg = <0 0x81c80000 0 0x75000>;
no-map; no-map;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment