Merge "ARM: dts: msm: Add chipinfo region as ext-region for cpusysvm"

This commit is contained in:
QCTECMDR Service
2024-10-18 15:35:05 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 7 additions and 0 deletions

View File

@@ -65,6 +65,11 @@
reg = <0x0 0x81ce4000 0x0 0x10000>;
};
chipinfo_mem: chipinfo_region@81cf4000 {
no-map;
reg = <0x0 0x81cf4000 0x0 0x1000>;
};
smem_mem: smem_region@81d00000 {
compatible = "qcom,smem";
reg = <0x0 0x81d00000 0x0 0x200000>;

View File

@@ -1263,6 +1263,8 @@
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
ext-region = <&chipinfo_mem>;
ext-label = <0x7>;
};
mmio_sram: mmio-sram@17D09400 {