dt-bindings: dmaengine: fsl-imx: deprecate '#dma-channels' and '#dma-requests'
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 27 Apr 2022 16:15:32 +0000 (18:15 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 05:27:24 +0000 (13:27 +0800)
The generic properties, used in most of the drivers and defined in
generic dma-common DT bindings, are 'dma-channels' and 'dma-requests'.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/dma/fsl-imx-dma.txt

index 7bd8847..1c9929d 100644 (file)
@@ -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>;
        };