summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/dma/fsl-imx-dma.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/dma/fsl-imx-dma.txt')
-rw-r--r--dts/Bindings/dma/fsl-imx-dma.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/dts/Bindings/dma/fsl-imx-dma.txt b/dts/Bindings/dma/fsl-imx-dma.txt
index 7bd8847d63..1c9929d537 100644
--- a/dts/Bindings/dma/fsl-imx-dma.txt
+++ b/dts/Bindings/dma/fsl-imx-dma.txt
@@ -13,8 +13,10 @@ Required properties:
- #dma-cells : Has to be 1. imx-dma does not support anything else.
Optional properties:
-- #dma-channels : Number of DMA channels supported. Should be 16.
-- #dma-requests : Number of DMA requests supported.
+- dma-channels : Number of DMA channels supported. Should be 16.
+- #dma-channels : deprecated
+- dma-requests : Number of DMA requests supported.
+- #dma-requests : deprecated
Example:
@@ -23,7 +25,7 @@ Example:
reg = <0x10001000 0x1000>;
interrupts = <32 33>;
#dma-cells = <1>;
- #dma-channels = <16>;
+ dma-channels = <16>;
};