diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-04-16 15:03:06 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-04-18 17:06:10 +0200 |
commit | 980ce7d94e0738aaee3c1ea3e2d5670bddeffc04 (patch) | |
tree | c962eeaae1b3a248d7b6d2afaed6e84e1990c8c3 /arch/arm/boot/dts/sama5d3.dtsi | |
parent | ARM: at91: suspend both memory controllers on at91sam9263 (diff) | |
download | linux-980ce7d94e0738aaee3c1ea3e2d5670bddeffc04.tar.xz linux-980ce7d94e0738aaee3c1ea3e2d5670bddeffc04.zip |
ARM: at91: dts: set #dma-cells to the correct value
Moving to generic DMA DT binding involves to set #dma-cells to 2.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 39b0458d365a..95c00a3ae925 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -348,14 +348,14 @@ compatible = "atmel,at91sam9g45-dma"; reg = <0xffffe600 0x200>; interrupts = <30 4 0>; - #dma-cells = <1>; + #dma-cells = <2>; }; dma1: dma-controller@ffffe800 { compatible = "atmel,at91sam9g45-dma"; reg = <0xffffe800 0x200>; interrupts = <31 4 0>; - #dma-cells = <1>; + #dma-cells = <2>; }; ramc0: ramc@ffffea00 { |