ARM: dts: msm: Update base address for cpusysvm on kalama

Update cpusys-vm base address on kalama according to the
new memory map.

Change-Id: I2cb80d57040da26823e27ab114807f0bec3d0545
This commit is contained in:
Srinivas Ramana
2022-03-14 20:43:14 -07:00
parent 828f5bd5d0
commit 2064bfb586

View File

@@ -342,9 +342,9 @@
reg = <0x0 0x80600000 0x0 0x200000>;
};
cpusys_vm_mem: cpusys_vm_region@80800000 {
cpusys_vm_mem: cpusys_vm_region@80a00000 {
no-map;
reg = <0x0 0x80800000 0x0 0x400000>;
reg = <0x0 0x80a00000 0x0 0x400000>;
};
hyp_heap_mem: hyp_heap_region@80c00000 {
@@ -2973,7 +2973,7 @@
memory-region = <&trust_ui_vm_mem>;
};
qcom,guestvm_loader@80800000 {
qcom,guestvm_loader@80a00000 {
compatible = "qcom,guestvm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
@@ -3005,7 +3005,7 @@
memory-region = <&trust_ui_vm_mem>;
};
qcom,gh_vm_loader_sec@80800000 {
qcom,gh_vm_loader_sec@80a00000 {
compatible = "qcom,gh-vm-loader-sec";
qcom,pas-id = <35>;
qcom,vmid = <50>;