ARM: dts: msm: Add memshare for scuba_auto

Add memshare dt node for scuba_auto

Change-Id: Ie5f121fc2d6511465a5b8b08f28850cc3f65c216
This commit is contained in:
Sanjay
2022-09-19 13:51:27 +05:30
committed by Gerrit - the friendly Code Review server
parent 7e1175ef2d
commit 8a97afb80c

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"