dt-bindings: Document the qcom,uncached-heap property

For non-secure heaps, this property dictates if the memory of the heap
is mapped as uncached when mapped in user space or the kernel.

Change-Id: I2002fa48aa588e88468089983e5aeb02644ed4eb
This commit is contained in:
Chris Goldsworthy
2021-06-07 08:40:20 -07:00
parent c638cb9479
commit 3cba16a2dc

View File

@@ -43,6 +43,11 @@ patternProperties:
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>