mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Merge "ARM: dts: msm: Enable memshare allocations for ravelin"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
4c3489b1f3
@@ -2,5 +2,9 @@
|
||||
/ {
|
||||
};
|
||||
|
||||
&mem_client_3_size {
|
||||
qcom,peripheral-size = <0x200000>;
|
||||
};
|
||||
|
||||
&soc {
|
||||
};
|
||||
|
||||
@@ -746,6 +746,33 @@
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
mem_client_3_size: qcom,client_3 {
|
||||
compatible = "qcom,memshare-peripheral";
|
||||
qcom,peripheral-size = <0x500000>;
|
||||
qcom,client-id = <1>;
|
||||
qcom,allocate-on-request;
|
||||
label = "modem";
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo_board {
|
||||
compatible = "fixed-clock";
|
||||
|
||||
Reference in New Issue
Block a user