msm-mdsprpc-mem.txt 689 B

123456789101112131415161718192021222324
  1. Qualcomm Technologies, Inc. FastRPC MDSP CMA Heap
  2. The MSM MDSPRPC memory device allocates CMA memory, for sharing memory
  3. of FastRPC buffers to remote processor(MDSP).
  4. Required properties:
  5. -compatible: Must be "qcom,msm-mdsprpc-mem-region"
  6. -memory-region: A phandle that points to a memory heap where the
  7. heap memory is allocated
  8. Example:
  9. qcom,mdsprpc-mem {
  10. compatible = "qcom,msm-mdsprpc-mem-region";
  11. memory-region = <&mdsp_mem>;
  12. };
  13. Ion Heap:
  14. Ion heap allows for sharing of buffers between different processors
  15. and between user space and kernel space.
  16. (see Documentation/devicetree/bindings/arm/msm/msm_ion.txt).
  17. Required properties for Ion heap:
  18. - compatible : "qcom,msm-ion"