Merge "ARM: dts: msm: Add more memshare client nodes"

This commit is contained in:
qctecmdr
2024-01-02 01:09:53 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1312,6 +1312,29 @@
qcom,memshare { qcom,memshare {
compatible = "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,client_4 { qcom,client_4 {
compatible = "qcom,memshare-peripheral"; compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x1000000>; qcom,peripheral-size = <0x1000000>;