mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user