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/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 @@ compatible = "atmel,at91sam9g45-dma"; reg = <0xffffec00 0x200>; interrupts = <20 4 0>; + #dma-cells = <2>; }; pinctrl@fffff400 { |