Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 775d6f8b authored by Isaac J. Manjarres's avatar Isaac J. Manjarres Committed by Gerrit - the friendly Code Review server
Browse files

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
parent 17e32820
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};
	};
};