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

Commit e0a56bb7 authored by Faiyaz Mohammed's avatar Faiyaz Mohammed Committed by Prakash Gupta
Browse files

ARM: dts: msm: Add initial ION heaps for holi

Add the system and secure system heaps for holi.

Change-Id: Ice080acc858703703d9ddcd59a81982b7cbee9ac
parent 7a595d3e
Loading
Loading
Loading
Loading

qcom/holi-ion.dtsi

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

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

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

		system_secure_heap: qcom,ion-heap@9 {
			reg = <ION_SECURE_HEAP_ID>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -536,6 +536,7 @@
#include "holi-pinctrl.dtsi"
#include "holi-stub-regulator.dtsi"
#include "holi-gdsc.dtsi"
#include "holi-ion.dtsi"

&gcc_camss_top_gdsc {
	status = "ok";