diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-04-16 09:03:06 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-04-18 11:06:10 -0400 |
commit | 980ce7d94e0738aaee3c1ea3e2d5670bddeffc04 (patch) | |
tree | c962eeaae1b3a248d7b6d2afaed6e84e1990c8c3 /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | f5fa4098c3fcc0e504fbc0682dccd331dbbcf197 (diff) |
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/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 7750f98dd764..acc45261e77e 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -110,6 +110,7 @@ | |||
110 | compatible = "atmel,at91sam9g45-dma"; | 110 | compatible = "atmel,at91sam9g45-dma"; |
111 | reg = <0xffffec00 0x200>; | 111 | reg = <0xffffec00 0x200>; |
112 | interrupts = <20 4 0>; | 112 | interrupts = <20 4 0>; |
113 | #dma-cells = <2>; | ||
113 | }; | 114 | }; |
114 | 115 | ||
115 | pinctrl@fffff400 { | 116 | pinctrl@fffff400 { |