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

Commit 270aecf6 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: Update device tree with memory map information for 8974 pro"

parents b6b3ee0a 0aad902f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
			compatible = "qcom,msm-ion-reserve";
			reg = <23>;
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x05400000 0x2700000>;
			qcom,memory-fixed = <0x05a00000 0x2100000>;
		};

		qcom,ion-heap@26 { /* MODEM HEAP */
+2 −1
Original line number Diff line number Diff line
@@ -1704,5 +1704,6 @@
};

&memory_hole {
	qcom,memblock-remove = <0x05400000 0xab00000>; /* Address and size of the hole */
	qcom,memblock-remove = <0x05a00000 0x7800000
				0x0fa00000 0x500000>; /* Address and size of the hole */
};