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

Unverified Commit e19dd9af authored by Phanindra Babu Pabba's avatar Phanindra Babu Pabba
Browse files

ARM: dts: msm: Reduce cma region

Remove the qseecom_region cma region and change "memory-region"
of qseecom_mem reference to common cma node on sdxnightjar.

Change-Id: Ie5dac221d7600938f7dda312ce2ca7c38ea2cf4a
parent 2be7b3d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <ION_QSECOM_HEAP_ID>;
			memory-region = <&qseecom_mem>;
			memory-region = <&common_cma>;
			qcom,ion-heap-type = "DMA";
		};

+1 −9
Original line number Diff line number Diff line
@@ -62,14 +62,6 @@
			linux,cma-default;
		};

		qseecom_mem: qseecom_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x400000>;
		};

	};

	aliases { };
@@ -583,7 +575,7 @@
		compatible = "qcom,qseecom";
		reg = <0x87800000 0x200000>;
		reg-names = "secapp-region";
		memory-region = <&qseecom_mem>;
		memory-region = <&common_cma>;
		qcom,hlos-num-ce-hw-instances = <1>;
		qcom,hlos-ce-hw-instance = <0>;
		qcom,qsee-ce-hw-instance = <0>;