From 0e1d1f5c9443d071f2d6a4e38ce27fa1ba22b231 Mon Sep 17 00:00:00 2001 From: Manoj Prabhu B Date: Thu, 10 Nov 2016 13:49:23 +0530 Subject: [PATCH] ARM: dts: msm: Enable memory allocation for diag on triton The new diag client requires additional memory from hlos. This patch caters to diag memory requirement. CRs-Fixed: 1079523 Change-Id: Ief14bb96bfdc1998b7b9423755daae8d93964672 Signed-off-by: Manoj Prabhu B --- arch/arm/boot/dts/qcom/msmtriton.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi index 8374d27e5b56..f5ae92c4f70e 100644 --- a/arch/arm/boot/dts/qcom/msmtriton.dtsi +++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi @@ -246,6 +246,32 @@ qcom,pipe-attr-ee; }; + qcom,memshare { + compatible = "qcom,memshare"; + + qcom,client_1 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x200000>; + qcom,client-id = <0>; + qcom,allocate-boot-time; + label = "modem"; + }; + + qcom,client_2 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x300000>; + qcom,client-id = <2>; + label = "modem"; + }; + + mem_client_3_size: qcom,client_3 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x0>; + qcom,client-id = <1>; + label = "modem"; + }; + }; + tsens: tsens@10ad000 { compatible = "qcom,msmtriton-tsens"; reg = <0x10ad000 0x2000>; -- 2.11.0