arm64: dts: qcom: glymur: fix SoCCP memory mappings

The currently listed SoCCP and SoCCP DTB reserved memory regions
don't align with the memory requested by the SoCCP Firmware. Fix
this by updating the SoCCP/SoCCP DTB memory regions to reflect the
memory region requirements of the SoCCP firmware, as described in
the Glymur v21 memory map release.

Fixes: 41b6e8db40 ("arm64: dts: qcom: Introduce Glymur base dtsi")
Signed-off-by: Ananthu C V <ananthu.cv@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260709-glymur-soccp-v6-3-16f70227547d@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Ananthu C V 2026-07-09 23:39:44 -07:00 committed by Bjorn Andersson
parent 2947778fbc
commit 61e5b39e96

View File

@ -626,13 +626,13 @@ spss_region_mem: spss@88a00000 {
no-map;
};
soccpdtb_mem: soccpdtb@892e0000 {
reg = <0x0 0x892e0000 0x0 0x20000>;
soccp_mem: soccp@88e00000 {
reg = <0x0 0x88e00000 0x0 0x400000>;
no-map;
};
soccp_mem: soccp@89300000 {
reg = <0x0 0x89300000 0x0 0x400000>;
soccpdtb_mem: soccpdtb@89200000 {
reg = <0x0 0x89200000 0x0 0x20000>;
no-map;
};