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

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

Merge "bindings: update documentation for custom-bridge-size"

parents 82906fb8 278b616d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -18,11 +18,24 @@ properties:
    items:
      - const: qcom,tee-shared-memory-bridge

  qcom,custom-bridge-size : indicates the size of SHM Bridge to be supported in multiples of 4K

required:
  - compatible

optional:
  - qcom,custom-bridge-size

examples:
  - |
    qtee_shmbridge {
        compatible = "qcom,tee-shared-memory-bridge";
    };

    To allocate 1M memory for SHMBridge, we will have entry like this:

    qtee_shmbridge {
	compatible = "qcom,tee-shared-memory-bridge";
	qcom,custom-bridge-size = <256>;
    };