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

Commit f1545f64 authored by Faiyaz Mohammed's avatar Faiyaz Mohammed Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for ION for the shima-VM

Add support for ION, and the trusted UI dynamic carveout
heap, for the shima-VM.

Change-Id: I463d425ab368946f35a5951b76bedd61ab4f3191
parent 540e981f
Loading
Loading
Loading
Loading

qcom/shima-vm-ion.dtsi

0 → 100644
+15 −0
Original line number Diff line number Diff line
#include <dt-bindings/arm/msm/msm_ion_ids.h>

/ {
	qcom,ion {
		compatible = "qcom,msm-ion";
		#address-cells = <1>;
		#size-cells = <0>;

		tui_heap: qcom,ion-heap-tui { /* TRUSTED UI CARVEOUT HEAP */
			reg = <ION_TUI_CARVEOUT_HEAP_ID>;
			qcom,dynamic-heap;
			qcom,ion-heap-type = "MSM_CARVEOUT";
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -225,3 +225,4 @@
			     <GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
	};
};
#include "shima-vm-ion.dtsi"