Loading Documentation/devicetree/bindings/arm/msm/heap-sharing.txt +4 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,10 @@ Optional properties for child nodes: - qcom,allocate-boot-time: Indicates whether clients needs boot time memory allocation. - qcom,allocate-on-request: Indicates memory allocation happens only when client requests. /* "qcom,allocate-boot-time" and "qcom,allocate-on-request" are mutually exclusive properties. */ Example: qcom,memshare { Loading arch/arm64/boot/dts/qcom/sdm845-v2.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ compatible = "qcom,memshare-peripheral"; qcom,peripheral-size = <0x500000>; qcom,client-id = <1>; qcom,allocate-boot-time; qcom,allocate-on-request; label = "modem"; }; }; Loading Loading
Documentation/devicetree/bindings/arm/msm/heap-sharing.txt +4 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,10 @@ Optional properties for child nodes: - qcom,allocate-boot-time: Indicates whether clients needs boot time memory allocation. - qcom,allocate-on-request: Indicates memory allocation happens only when client requests. /* "qcom,allocate-boot-time" and "qcom,allocate-on-request" are mutually exclusive properties. */ Example: qcom,memshare { Loading
arch/arm64/boot/dts/qcom/sdm845-v2.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ compatible = "qcom,memshare-peripheral"; qcom,peripheral-size = <0x500000>; qcom,client-id = <1>; qcom,allocate-boot-time; qcom,allocate-on-request; label = "modem"; }; }; Loading