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

Commit 2d472712 authored by Laura Abbott's avatar Laura Abbott
Browse files

ARM: dts: msm: Add QSEECOM heap for apq8084



The QSEECOM heap is needed for secure use cases on APQ8084.
Add the appropriate size.

Change-Id: I2266fab491229292f503c60bb8242f4f2134f02d
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent be59e85d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@
			qcom,memory-fixed = <0x0db00000 0x1d00000>;
		};

		qcom,ion-heap@27 { /* QSECOM HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <27>;
			linux,contiguous-region = <&qsecom_mem>;
		};

		qcom,ion-heap@28 { /* AUDIO HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <28>;
+11 −0
Original line number Diff line number Diff line
@@ -24,6 +24,17 @@
	};

	soc: soc { };

	memory {
		#address-cells = <2>;
		#size-cells = <2>;

		qsecom_mem: qsecom_region {
			linux,contiguous-region;
			reg = <0 0 0 0x1100000>;
			label = "qseecom_mem";
                };
        };
};

/include/ "msm-gdsc.dtsi"