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

Commit ae6238d2 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

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



Correct ION device tree errors introduced as a part
of
'commit 5a1428b7 ("ARM: dts: msm: Fixes warnings
in kona device tree")'

Correct the heap id corresponding to the system heap
and the system secure heap in the ION device tree on Kona.

Change-Id: Ic75fa9fe1fd9bfe8fd1e06c3ef8aa4b4f72c64cc
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 48a8d98f
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";
		};
	};