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

Commit b9421c4f authored by Faiyaz Mohammed's avatar Faiyaz Mohammed Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: reduce common cma region into 16MB

For low ram Scuba, reduce the common cma region from 32MB
into 16MB to save memory.

Change-Id: I77a323c7cc86da03b09da40dc5b34aafa274e5d8
parent 6cf0b046
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@
			alignment = <0x0 0x400000>;
			size = <0x0 0x400000>;
		};

		linux,cma {
			size = <0x0 0x1000000>;
		};
	};
};