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

Commit 55aba0a4 authored by Vishwanath Raju K's avatar Vishwanath Raju K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add ion heap for monaco

Describe the memory region reserved for the ion allocator.

Change-Id: I53ce5c36dc77909fdbd8e1b2b24bd7292e6ef728
parent 650dbd60
Loading
Loading
Loading
Loading

qcom/monaco-ion.dtsi

0 → 100644
+17 −0
Original line number Diff line number Diff line
&soc {
	qcom,ion {
		compatible = "qcom,msm-ion";
		#address-cells = <1>;
		#size-cells = <0>;

		system_heap: qcom,ion-heap@25 {
		reg = <25>;
			qcom,ion-heap-type = "SYSTEM";
		};

		system_secure_heap: qcom,ion-heap@9 {
			reg = <9>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -474,3 +474,5 @@
};

#include "monaco-pinctrl.dtsi"
#include "monaco-ion.dtsi"