ARM: dts: msm: Enable memshare allocations for ravelin

Enable memshare allocations for ravelin.
Overwrite the memory requirement of diag memory client from
memshare driver for ravelin-4gb in its variant dtsi.

Change-Id: Ib209ce439f462c47d03bda2a9b9fc7234ec895e1
This commit is contained in:
Manoj Prabhu B
2022-11-10 13:56:14 +05:30
parent 1b2344ad3b
commit 93d11bc446
2 changed files with 31 additions and 0 deletions

View File

@@ -2,5 +2,9 @@
/ {
};
&mem_client_3_size {
qcom,peripheral-size = <0x200000>;
};
&soc {
};

View File

@@ -702,6 +702,33 @@
#mbox-cells = <2>;
};
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";
};
mem_client_3_size: qcom,client_3 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x500000>;
qcom,client-id = <1>;
qcom,allocate-on-request;
label = "modem";
};
};
clocks {
xo_board: xo_board {
compatible = "fixed-clock";