ARM: dts: msm: Add chipinfo region as ext-region for cpusysvm
Add chipinfo region as ext-region for cpusysvm for Kera. Change-Id: Id353eece5d4b825c75775f1c5be7201260007c1c Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This commit is contained in:
@@ -65,6 +65,11 @@
|
|||||||
reg = <0x0 0x81ce4000 0x0 0x10000>;
|
reg = <0x0 0x81ce4000 0x0 0x10000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chipinfo_mem: chipinfo_region@81cf4000 {
|
||||||
|
no-map;
|
||||||
|
reg = <0x0 0x81cf4000 0x0 0x1000>;
|
||||||
|
};
|
||||||
|
|
||||||
smem_mem: smem_region@81d00000 {
|
smem_mem: smem_region@81d00000 {
|
||||||
compatible = "qcom,smem";
|
compatible = "qcom,smem";
|
||||||
reg = <0x0 0x81d00000 0x0 0x200000>;
|
reg = <0x0 0x81d00000 0x0 0x200000>;
|
||||||
|
@@ -1028,6 +1028,8 @@
|
|||||||
qcom,vmid = <50>;
|
qcom,vmid = <50>;
|
||||||
qcom,firmware-name = "cpusys_vm";
|
qcom,firmware-name = "cpusys_vm";
|
||||||
memory-region = <&cpusys_vm_mem>;
|
memory-region = <&cpusys_vm_mem>;
|
||||||
|
ext-region = <&chipinfo_mem>;
|
||||||
|
ext-label = <0x7>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user