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

Commit 6c959a3f authored by Faiyaz Mohammed's avatar Faiyaz Mohammed
Browse files

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

Add the system and secure system carveout heaps for Shima.

Change-Id: Ib8afe58d05d7ad7fbae9469b6af09c3f6fd44df7
parent f8215580
Loading
Loading
Loading
Loading

qcom/shima-ion.dtsi

0 → 100644
+20 −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
@@ -392,6 +392,7 @@
#include "shima-pinctrl.dtsi"
#include "shima-stub-regulator.dtsi"
#include "shima-gdsc.dtsi"
#include "shima-ion.dtsi"

&gcc_pcie_0_gdsc {
	status = "ok";