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

This commit is contained in:
QCTECMDR Service
2024-12-11 22:01:56 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1486,6 +1486,51 @@
}; };
}; };
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_ims_1 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x100000>;
qcom,client-id = <7>;
qcom,allocate-on-request;
qcom,shared;
label = "modem";
};
qcom,client_ims_2 {
compatible = "qcom,memshare-peripheral";
qcom,peripheral-size = <0x100000>;
qcom,client-id = <8>;
qcom,allocate-on-request;
qcom,shared;
label = "modem";
};
};
eud: qcom,msm-eud@88e0000 { eud: qcom,msm-eud@88e0000 {
compatible = "qcom,msm-eud"; compatible = "qcom,msm-eud";
interrupt-names = "eud_irq"; interrupt-names = "eud_irq";