summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSong Bing <bing.song@nxp.com>2016-11-30 16:41:21 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 19:27:30 +0800
commitcd51d7efa1ee4c39dc5049d7559aeb0690fe8154 (patch)
tree2cdf0df0ea72ef9769f2422be7958c92062b1d87 /Documentation
parentfd7fb99a44f9b93593a9278e05ee8d38d958d435 (diff)
MLK-13562 ion: Add devicetree bindings for mxc ion
Add devicetree bindings for mxc ion Signed-off-by: Song Bing <bing.song@nxp.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/freescale/mxc_ion.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/freescale/mxc_ion.txt b/Documentation/devicetree/bindings/arm/freescale/mxc_ion.txt
new file mode 100644
index 000000000000..cb3e96775284
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/freescale/mxc_ion.txt
@@ -0,0 +1,23 @@
+ION Memory Manager (ION)
+
+ION is a memory manager that allows for sharing of buffers between different
+processes and between user space and kernel space. ION manages different
+memory spaces by separating the memory spaces into "heaps".
+
+Required properties for Ion
+
+- compatible: "fsl,mxc-ion"
+
+
+All child nodes of a fsl,mxc-ion node are interpreted as Ion heap
+configurations.
+
+Required properties for Ion heaps
+
+- fsl,heap-id: The ID of the ION heap.
+
+Example:
+ imx_ion {
+ compatible = "fsl,mxc-ion";
+ fsl,heap-id = <0>;
+ };