diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 61a7b6c0..427ec21c 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -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>;