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

Commit fb9d9422 authored by Laura Abbott's avatar Laura Abbott
Browse files

ARM: dts: msm: Migrate 9630 memory regions to CMA



CMA now fully supports removing regions from memory. Since CMA
is the preferred method for tracking these regions as well, migrate
all removed regions over to use CMA and CMA derivatives.

Change-Id: I62390f9e7ece13073aaf886ce061c5a146e522b2
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent 048c6ef4
Loading
Loading
Loading
Loading
+16 −6
Original line number Diff line number Diff line
@@ -31,6 +31,22 @@
			reg = <0 0xAF000>;
			label = "audio_mem";
		};

		peripheral_mem: peripheral_region@0x100000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x1000000 0x5e00000>;
			label = "peripheral_mem";
		};

		sbl_mem: sbl_region@0x7f00000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x7f00000 0x100000>;
			label = "sbl_mem";
		};
	};

	soc: soc { };
@@ -107,12 +123,6 @@
		};
	};

	qcom,msm-mem-hole {
		compatible = "qcom,msm-mem-hole";
		qcom,memblock-remove = <0x01000000 0x05E00000
					0x07F00000 0x00100000>; /* Address and Size of Hole */
	};

	timer@f9020000 {
		#address-cells = <1>;
		#size-cells = <1>;