Merge "dt-bindings: Add missing heap type in the DMA-BUF Heap bindings"

This commit is contained in:
qctecmdr
2021-06-10 09:00:17 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -39,10 +39,16 @@ patternProperties:
items:
- enum:
- HEAP_TYPE_SECURE_CARVEOUT
- HEAP_TYPE_CARVEOUT
- HEAP_TYPE_CMA
description: |
The heap type to use for this heap.
qcom,uncached-heap:
Usage: optional
Value type: <boolean>
Definition: Denotes whether this heap provides uncached memory or not.
qcom,dynamic-heap:
Usage: optional
Value type: <boolean>