Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36ac4250 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: Add device-tree bindings for the memory sharing driver"

parents 2dd91cc7 fac777ee
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/qcom,mem-buf.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"

title: Qualcomm Technologies, Inc. Memory Buffer Sharing binding

maintainers:
  - Isaac J. Manjarres <isaacm@quicinc.com>

description: |
  The memory buffer sharing driver is used for lending memory
  from one virtual machine to another.

properties:
  compatible:
    items:
      - const: qcom,mem-buf

required:
  - compatible

examples:
  - |
    qcom,mem-buf {
        compatible = "qcom,mem-buf";
    };