Update cpusys_vm_mem from 256KiB to 4MiB, cpucp_mem from 2MiB to 1MiB
and fix cpucp_scandump_mem node name to match actual reg address.
This matches the downstream memmap and kera-reserved-memory.dtsi.
Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260412-eliza-reserved-memory-fix-v1-1-05cb3e33a9fe@pm.me
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
};
cpusys_vm_mem: cpusys-vm-mem@80e00000 {
- reg = <0x0 0x80e00000 0x0 0x40000>;
+ reg = <0x0 0x80e00000 0x0 0x400000>;
no-map;
};
cpucp_mem: cpucp@81200000 {
- reg = <0x0 0x81200000 0x0 0x200000>;
+ reg = <0x0 0x81200000 0x0 0x100000>;
no-map;
};
no-map;
};
- cpucp_scandump_mem: cpucp-scandump@82000000 {
+ cpucp_scandump_mem: cpucp-scandump@82200000 {
reg = <0x0 0x82200000 0x0 0x180000>;
no-map;
};