diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-09-18 08:56:43 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-09-18 09:21:03 -0400 |
commit | fe855dbfd3fde8fd3093e51992904e3c875a4a02 (patch) | |
tree | 28a3f1f418f3497bedc6b3222d5fa4f2472e9c80 /arch/arm/boot/dts/sama5d3xmb.dtsi | |
parent | d24cd78399a3625a69887c8124638260c1c37a2b (diff) |
ARM: at91: sama5d3xek: reserve dma channel for audio
We set the DMA configuration on USARTs in the SoC DT in (ARM: at91: sama5d3:
add usart dma configurations). As the audio must work with DMA channels, we
reserve some dma channels for audio, or else audio won't work.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
[nicolas.ferre@atmel.com: move to the sama5d3xmb.dtsi to cover all board variants]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xmb.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index b8c6f20e780c..49c10d33df30 100644 --- a/arch/arm/boot/dts/sama5d3xmb.dtsi +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi | |||
@@ -25,6 +25,8 @@ | |||
25 | }; | 25 | }; |
26 | 26 | ||
27 | spi0: spi@f0004000 { | 27 | spi0: spi@f0004000 { |
28 | dmas = <0>, <0>; /* Do not use DMA for spi0 */ | ||
29 | |||
28 | m25p80@0 { | 30 | m25p80@0 { |
29 | compatible = "atmel,at25df321a"; | 31 | compatible = "atmel,at25df321a"; |
30 | spi-max-frequency = <50000000>; | 32 | spi-max-frequency = <50000000>; |
@@ -51,6 +53,7 @@ | |||
51 | }; | 53 | }; |
52 | 54 | ||
53 | usart1: serial@f0020000 { | 55 | usart1: serial@f0020000 { |
56 | dmas = <0>, <0>; /* Do not use DMA for usart1 */ | ||
54 | pinctrl-names = "default"; | 57 | pinctrl-names = "default"; |
55 | pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts_cts>; | 58 | pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts_cts>; |
56 | status = "okay"; | 59 | status = "okay"; |
@@ -132,6 +135,7 @@ | |||
132 | }; | 135 | }; |
133 | 136 | ||
134 | dbgu: serial@ffffee00 { | 137 | dbgu: serial@ffffee00 { |
138 | dmas = <0>, <0>; /* Do not use DMA for dbgu */ | ||
135 | status = "okay"; | 139 | status = "okay"; |
136 | }; | 140 | }; |
137 | 141 | ||