diff options
Diffstat (limited to 'arch/arm/mach-at91/at91sam9261_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9261_devices.c | 4 |
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[] = { | |||
881 | static struct atmel_uart_data dbgu_data = { | 881 | static 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 | ||
887 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); | 886 | static u64 dbgu_dmamask = DMA_BIT_MASK(32); |
@@ -920,7 +919,6 @@ static struct resource uart0_resources[] = { | |||
920 | static struct atmel_uart_data uart0_data = { | 919 | static 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 | ||
926 | static u64 uart0_dmamask = DMA_BIT_MASK(32); | 924 | static u64 uart0_dmamask = DMA_BIT_MASK(32); |
@@ -964,7 +962,6 @@ static struct resource uart1_resources[] = { | |||
964 | static struct atmel_uart_data uart1_data = { | 962 | static 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 | ||
970 | static u64 uart1_dmamask = DMA_BIT_MASK(32); | 967 | static u64 uart1_dmamask = DMA_BIT_MASK(32); |
@@ -1008,7 +1005,6 @@ static struct resource uart2_resources[] = { | |||
1008 | static struct atmel_uart_data uart2_data = { | 1005 | static 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 | ||
1014 | static u64 uart2_dmamask = DMA_BIT_MASK(32); | 1010 | static u64 uart2_dmamask = DMA_BIT_MASK(32); |