Merge "ARM: dts: msm: Add more memshare client nodes"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9fef8e1ed7
@@ -1312,6 +1312,29 @@
|
||||
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 {
|
||||
compatible = "qcom,memshare-peripheral";
|
||||
qcom,peripheral-size = <0x1000000>;
|
||||
|
Reference in New Issue
Block a user