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

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

Merge "ARM: dts: msm: Update ion heap for monaco"

parents 195c9f66 aec3e8e6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
		#size-cells = <0>;

		system_heap: qcom,ion-heap@25 {
		reg = <25>;
			qcom,ion-heap-type = "SYSTEM";
			reg = <ION_SYSTEM_HEAP_ID>;
			qcom,ion-heap-type = "MSM_SYSTEM";
		};

		system_secure_heap: qcom,ion-heap@9 {
			reg = <9>;
			reg = <ION_SECURE_HEAP_ID>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};
	};