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

Commit aec3e8e6 authored by Anurag Chouhan's avatar Anurag Chouhan
Browse files

ARM: dts: msm: Update ion heap for monaco

Update reg memory region reserved for the ion allocator.

Change-Id: Ie2673baa41b8960953c5cf44caad2d8e946ff243
parent 6fb90973
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";
		};
	};