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

Commit 4a2bd2ee 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 MM heap"

parents 00aba4e6 8d778687
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,6 +28,13 @@
			reg = <25>;
		};

		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@23 { /* OTHER PIL HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <23>;
+6 −0
Original line number Diff line number Diff line
@@ -42,6 +42,12 @@
			label = "fb_mem";
			linux,memory-limit = <0xffffffff>;
		};

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