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

Commit 1cfc152f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add ion heaps for bengal"

parents 933ed27b ba3578cc
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";