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

Commit 9cb4dc8f authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

ARM: dts: msm: optimize default,cma size for qcs403



Reduced default,cma size to 4MB from 16MB for qcs403.

Change-Id: I54c14982cadaffd060bec12b47cf090307c7bfd5
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent 30af045f
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -45,3 +45,9 @@
			< 1401600 MHZ_TO_MBPS( 710, 8) >;
	};
};

&reserved_mem {
	linux,cma {
		size = <0 0x400000>;
	};
};
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -34,7 +34,7 @@
		bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
	};

	reserved-memory {
	reserved_mem: reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;