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

Commit ba3578cc authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: add ion heaps for bengal

Add ion device tree configuration for generic ion heaps and
template for clients to add target specific heaps.

Change-Id: I6f8ab4b49058619c90f43c3d11e15eb7dd3a0cc6
parent 9423abae
Loading
Loading
Loading
Loading

qcom/bengal-ion.dtsi

0 → 100644
+26 −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";
		};

		qcom,ion-heap@14 { /* SECURE CARVEOUT HEAP */
			reg = <14>;
			qcom,ion-heap-type = "SECURE_CARVEOUT";
			cdsp {
				memory-region = <&cdsp_sec_mem>;
				token = <0x20000000>;
			};
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -742,6 +742,7 @@

#include "bengal-gdsc.dtsi"
#include "bengal-usb.dtsi"
#include "bengal-ion.dtsi"

&gcc_camss_top_gdsc {
	status = "ok";