Merge "ARM: dts: msm: Enable memory allocation for diag on triton"

This commit is contained in:
Linux Build Service Account 2016-11-14 21:53:53 -08:00 committed by Gerrit - the friendly Code Review server
commit 966b870283

View file

@ -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>;