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

Commit fac777ee authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

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

Add the device-tree bindings for the mem-buf driver, which allows
VMs to request and lend memory amongst themselves.

Change-Id: I43f168aabe810fc15c3e530d64a53d1ce59ac53e
parent 2e8826e3
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";
    };