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

Commit 991f9223 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

ARM: dts: msm: Make allocation for diag as guaranteed on sdm670



Currently, memshare allocates 5MB memory to diag client on
receiving requests from modem. With the patch diag client
will be considered guaranteed on sdm670 to avoid memory
allocation failure on modem SSRs. Marking diag guaranteed
client allocated memory will never be freed.

Change-Id: I9037a0fcd3c03b63a9ea820bba526a21c8c4b421
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 71721a67
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, 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
@@ -745,6 +745,7 @@
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x500000>;
			qcom,client-id = <1>;
			qcom,allocate-boot-time;
			label = "modem";
		};
	};