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

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

Merge "ARM: dts: msm: Correct ION device tree errors on Kona"

parents 781298f9 ae6238d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
		#size-cells = <0>;

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

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