aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91sam9261_devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/at91sam9261_devices.c')
-rw-r--r--arch/arm/mach-at91/at91sam9261_devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/at91sam9261_devices.c b/arch/arm/mach-at91/at91sam9261_devices.c
index 43b21f456f6e..29baacb5c359 100644
--- a/arch/arm/mach-at91/at91sam9261_devices.c
+++ b/arch/arm/mach-at91/at91sam9261_devices.c
@@ -881,7 +881,6 @@ static struct resource dbgu_resources[] = {
881static struct atmel_uart_data dbgu_data = { 881static struct atmel_uart_data dbgu_data = {
882 .use_dma_tx = 0, 882 .use_dma_tx = 0,
883 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 883 .use_dma_rx = 0, /* DBGU not capable of receive DMA */
884 .rts_gpio = -EINVAL,
885}; 884};
886 885
887static u64 dbgu_dmamask = DMA_BIT_MASK(32); 886static u64 dbgu_dmamask = DMA_BIT_MASK(32);
@@ -920,7 +919,6 @@ static struct resource uart0_resources[] = {
920static struct atmel_uart_data uart0_data = { 919static struct atmel_uart_data uart0_data = {
921 .use_dma_tx = 1, 920 .use_dma_tx = 1,
922 .use_dma_rx = 1, 921 .use_dma_rx = 1,
923 .rts_gpio = -EINVAL,
924}; 922};
925 923
926static u64 uart0_dmamask = DMA_BIT_MASK(32); 924static u64 uart0_dmamask = DMA_BIT_MASK(32);
@@ -964,7 +962,6 @@ static struct resource uart1_resources[] = {
964static struct atmel_uart_data uart1_data = { 962static struct atmel_uart_data uart1_data = {
965 .use_dma_tx = 1, 963 .use_dma_tx = 1,
966 .use_dma_rx = 1, 964 .use_dma_rx = 1,
967 .rts_gpio = -EINVAL,
968}; 965};
969 966
970static u64 uart1_dmamask = DMA_BIT_MASK(32); 967static u64 uart1_dmamask = DMA_BIT_MASK(32);
@@ -1008,7 +1005,6 @@ static struct resource uart2_resources[] = {
1008static struct atmel_uart_data uart2_data = { 1005static struct atmel_uart_data uart2_data = {
1009 .use_dma_tx = 1, 1006 .use_dma_tx = 1,
1010 .use_dma_rx = 1, 1007 .use_dma_rx = 1,
1011 .rts_gpio = -EINVAL,
1012}; 1008};
1013 1009
1014static u64 uart2_dmamask = DMA_BIT_MASK(32); 1010static u64 uart2_dmamask = DMA_BIT_MASK(32);