Merge "ARM: dts: msm: Add memshare for scuba_auto"

This commit is contained in:
qctecmdr
2022-09-20 08:22:04 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1055,6 +1055,34 @@
qcom,client-id = <0x00000001>;
qcom,guard-memory;
};
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>;
memory-region = <&memshare_mem>;
qcom,client-id = <1>;
qcom,allocate-on-request;
label = "modem";
};
};
};
#include "pm2250-rpm-regulator.dtsi"