diff options
| author | Manoj Prabhu B <bmanoj@codeaurora.org> | 2017-01-05 13:24:34 +0530 |
|---|---|---|
| committer | Manoj Prabhu B <bmanoj@codeaurora.org> | 2017-01-05 18:16:06 +0530 |
| commit | 87e224427fd6f0d5a18c3b2020c04aa2d665a20d (patch) | |
| tree | 29371bd6dda4c976d1cd1c5a526864681a75d3b9 | |
| parent | 8bb66a7e413624884e697d295b7e136f96209cd9 (diff) | |
ARM: dts: msm: Allocate memory for diag client for SDM630
This patch enables allocation of 5MB for new diag client
of memshare.
CRs-Fixed: 1107794
Change-Id: Ibfbd9c2fc13860b647c1411e6c60f4a543683993
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-mtp.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-mtp.dtsi b/arch/arm/boot/dts/qcom/sdm630-mtp.dtsi index 6779d80d76cf..16d6c1bf9500 100644 --- a/arch/arm/boot/dts/qcom/sdm630-mtp.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-mtp.dtsi @@ -20,5 +20,9 @@ pinctrl-0 = <&uart_console_active>; }; +&mem_client_3_size { + qcom,peripheral-size = <0x500000>; +}; + &soc { }; |
