Merge "ARM: dts: msm: Enable memshare allocations for ravelin"

This commit is contained in:
qctecmdr
2022-11-12 07:31:25 -08:00
committed by Gerrit - the friendly Code Review server
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

@@ -746,6 +746,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";