ARM: dts: msm: Add memshare for diwali

Memshare driver allocates and share the memory with the modem
clients for their use. The device tree information for memshare
driver on diwali are added to specify client details.

Change-Id: I87c1451d8e760395e9dfb3170f924759dde643ea
This commit is contained in:
Manoj Prabhu B
2021-12-29 14:59:17 +05:30
parent 2b8b18398c
commit 0284238599

View File

@@ -1601,6 +1601,33 @@
};
};
qcom,memshare {
compatible = "qcom,memshare";
qcom,client_1 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x0>;
qcom,client-id = <0>;
qcom,allocate-boot-time;
label = "modem";
};
qcom,client_2 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x0>;
qcom,client-id = <2>;
label = "modem";
};
qcom,client_3 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x500000>;
qcom,client-id = <1>;
qcom,allocate-on-request;
label = "modem";
};
};
qcom,secure-buffer {
compatible = "qcom,secure-buffer";
qcom,vmid-cp-camera-preview-ro;