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

Commit 15e3d7d4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add secure cma heap for 8994"

parents b7b55e25 43166cf5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -26,6 +26,15 @@
			qcom,ion-heap-type = "SYSTEM_CONTIG";
		};

		qcom,ion-heap@8 { /* CP_MM HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <8>;
			qcom,heap-align = <0x1000>;
			linux,contiguous-region = <&secure_mem>;
			qcom,ion-heap-type = "SECURE_DMA";
			qcom,default-prefetch-size = <0x6c00000>;
		};

		qcom,ion-heap@22 { /* adsp heap */
			reg = <22>;
			linux,contiguous-region = <&adsp_mem>;
+6 −0
Original line number Diff line number Diff line
@@ -152,6 +152,12 @@
		#address-cells = <2>;
		#size-cells = <2>;

		secure_mem: secure_region@0 {
			linux,reserve-contiguous-region;
			reg = <0 0 0 0xfc00000>;
			label = "secure_mem";
		};

		adsp_mem: adsp_region@0 {
                        linux,reserve-contiguous-region;
			reg = <0 0 0 0x3F00000>;