ARM: dts: msm: Change TUI heap type to MSM_CARVEOUT

The carveout heap type has changed to MSM_CARVEOUT, so
updated the TUI carveout heap type to MSM_CARVEOUT.

Change-Id: I44f4eeb838398f6b523e14023f8b4e7e7bbb6751
This commit is contained in:
Isaac J. Manjarres
2020-04-24 16:36:06 -07:00
committed by Gerrit - the friendly Code Review server
parent 17e32820a4
commit 775d6f8b15

View File

@@ -9,7 +9,7 @@
tui_heap: qcom,ion-heap-tui { /* TRUSTED UI CARVEOUT HEAP */
reg = <ION_TUI_CARVEOUT_HEAP_ID>;
qcom,dynamic-heap;
qcom,ion-heap-type = "CARVEOUT";
qcom,ion-heap-type = "MSM_CARVEOUT";
};
};
};