From cf6a289518d6ef2b1cf113b917189315c78424ff Mon Sep 17 00:00:00 2001 From: Mohit Aggarwal Date: Wed, 31 May 2017 16:30:03 +0530 Subject: [PATCH] ARM: dts: msm: Make allocation for diag as guaranteed on sdm630 Currently, memshare allocates 5MB memory to diag client on receiving requests from modem. With the patch diag client will be considered guaranteed on sdm630 to avoid memory allocation failure on modem SSRs. Also being guaranteed client allocated memory will never be freed. CRs-Fixed: 2054448 Change-Id: I7b0780d064a27e8ebca9d31747ce1f9c18d84fdb Signed-off-by: Mohit Aggarwal --- arch/arm/boot/dts/qcom/sdm630.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index 1a95427c5c66..6d73c0eff6c8 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -613,6 +613,7 @@ compatible = "qcom,memshare-peripheral"; qcom,peripheral-size = <0x0>; qcom,client-id = <1>; + qcom,allocate-boot-time; label = "modem"; }; };