ARM: dts: msm: Update the system heap type on all targets

The system heap type has changed, so update all targets accordingly.

Change-Id: I4ac4c9762f5511458116dceba8cdb1293a98ea91
This commit is contained in:
Isaac J. Manjarres
2020-06-04 00:23:27 -07:00
committed by Chris Goldsworthy
parent abaffcfc78
commit 0edac2ec0a
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
system_heap: qcom,ion-heap@25 {
reg = <ION_SYSTEM_HEAP_ID>;
qcom,ion-heap-type = "SYSTEM";
qcom,ion-heap-type = "MSM_SYSTEM";
};
system_secure_heap: qcom,ion-heap@9 {

View File

@@ -9,7 +9,7 @@
system_heap: qcom,ion-heap@25 {
reg = <ION_SYSTEM_HEAP_ID>;
qcom,ion-heap-type = "SYSTEM";
qcom,ion-heap-type = "MSM_SYSTEM";
};
adsp_heap: qcom,ion-heap@22 {

View File

@@ -8,7 +8,7 @@
system_heap: qcom,ion-heap@25 {
reg = <ION_SYSTEM_HEAP_ID>;
qcom,ion-heap-type = "SYSTEM";
qcom,ion-heap-type = "MSM_SYSTEM";
};
system_secure_heap: qcom,ion-heap@9 {