ARM: dts: imx27: use new 'dma-channels' property

The '#dma-channels' property was deprecated in favor of one defined by
generic dma-common DT bindings.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2022-04-27 18:15:33 +02:00 committed by Shawn Guo
parent fcc070a44e
commit 552de48b9e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<&clks IMX27_CLK_DMA_AHB_GATE>;
clock-names = "ipg", "ahb";
#dma-cells = <1>;
#dma-channels = <16>;
dma-channels = <16>;
};
wdog: watchdog@10002000 {