Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
552de48b fcc070a4

+1 -1
+1 -1
arch/arm/boot/dts/imx27.dtsi
··· 96 96 <&clks IMX27_CLK_DMA_AHB_GATE>; 97 97 clock-names = "ipg", "ahb"; 98 98 #dma-cells = <1>; 99 - #dma-channels = <16>; 99 + dma-channels = <16>; 100 100 }; 101 101 102 102 wdog: watchdog@10002000 {