Merge "ARM: dts: msm: Add memshare for sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
211f912903
@@ -1303,6 +1303,29 @@
|
||||
power-domains = <&CLUSTER_PD2>;
|
||||
};
|
||||
|
||||
qcom,memshare {
|
||||
compatible = "qcom,memshare";
|
||||
|
||||
qcom,client_4 {
|
||||
compatible = "qcom,memshare-peripheral";
|
||||
qcom,peripheral-size = <0x1000000>;
|
||||
qcom,client-id = <5>;
|
||||
qcom,allocate-on-request;
|
||||
qcom,shared;
|
||||
memory-region = <&qmc_dma_mem>;
|
||||
label = "modem";
|
||||
};
|
||||
|
||||
qcom,client_5 {
|
||||
compatible = "qcom,memshare-peripheral";
|
||||
qcom,peripheral-size = <0x400000>;
|
||||
qcom,client-id = <6>;
|
||||
qcom,allocate-on-request;
|
||||
qcom,shared;
|
||||
label = "modem";
|
||||
};
|
||||
};
|
||||
|
||||
/* PIL spss node - for loading Secure Processor */
|
||||
spss_pas: remoteproc-spss@1880000 {
|
||||
compatible = "qcom,sun-spss-pas";
|
||||
|
Reference in New Issue
Block a user