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

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

Merge "ARM: dts: msm: Mark the mem-buf device on the trusted VM as a consumer"

parents 0df629d3 b7b9b2a2
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -17,11 +17,27 @@ properties:
    items:
      - const: qcom,mem-buf

  qcom,mem-buf-capabilities:
    oneOf:
      - const: supplier
        description: Allows the mem-buf driver to supply memory to other VMs.

      - const: consumer
        description:
          Allows the mem-buf driver to request and accept memory from other VMs.

      - const: dual
        description:
          Allows the mem-buf driver to supply memory to other VMs, as well as
          request and accept memory from other VMs

required:
  - compatible
  - qcom,mem-buf-capabilities

examples:
  - |
    qcom,mem-buf {
        compatible = "qcom,mem-buf";
        qcom,mem-buf-capabilities = "supplier";
    };
+1 −0
Original line number Diff line number Diff line
@@ -2676,6 +2676,7 @@

	qcom-mem-buf {
		compatible = "qcom,mem-buf";
		qcom,mem-buf-capabilities = "supplier";
	};

	qcom,chd {
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@

	qcom-mem-buf {
		compatible = "qcom,mem-buf";
		qcom,mem-buf-capabilities = "consumer";
	};

	memory@28800000 {