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

Commit 302dc5b0 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: add ion heaps for scuba

Add ion device tree configuration for generic ion heaps
for scuba.

Change-Id: I9d24f98d5110efa19c9ba7024292873ff4668188
parent 1a88e340
Loading
Loading
Loading
Loading

qcom/scuba-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";
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -610,6 +610,7 @@
};

#include "scuba-pinctrl.dtsi"
#include "scuba-ion.dtsi"
#include "scuba-stub-regulator.dtsi"
#include "scuba-gdsc.dtsi"