ARM: dts: msm: Allocate memory for diag client for msmfalcon

This patch enables allocation of 5MB for new diag client
of memshare.

CRs-Fixed: 1100632
Change-Id: Iab69062336966e61683117a17974f46cd8f513aa
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
This commit is contained in:
Manoj Prabhu B 2016-12-22 14:36:54 +05:30
parent e379f786aa
commit f095154643

View file

@ -47,3 +47,7 @@
compatible = "qcom,msm-ssc-sensors";
};
};
&mem_client_3_size {
qcom,peripheral-size = <0x500000>;
};