diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-17 17:05:06 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-11-19 11:44:54 -0500 |
commit | 2abb74eaf6e73cb42e87bdc9e9c2535ce485e614 (patch) | |
tree | 9f85e404a5dceda464d32bd377bd44670a914809 /arch/avr32 | |
parent | 75984df05d86956541795f01e62d7dc67bc522fd (diff) |
atmel: move ATMEL_MAX_UART to platform_data/atmel.h
Modify both AT91 and AVR32 platforms.
Use 7 for it as the sam9260 or the sam9g25 have 7 of them DBGU included.
Reported-by: Joachim Eastwood <joachim.eastwood@jotron.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/mach-at32ap/include/mach/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/include/mach/board.h b/arch/avr32/mach-at32ap/include/mach/board.h index dca93450cb0e..d485b0391357 100644 --- a/arch/avr32/mach-at32ap/include/mach/board.h +++ b/arch/avr32/mach-at32ap/include/mach/board.h | |||
@@ -26,7 +26,6 @@ static inline void __deprecated at32_add_system_devices(void) | |||
26 | 26 | ||
27 | } | 27 | } |
28 | 28 | ||
29 | #define ATMEL_MAX_UART 4 | ||
30 | extern struct platform_device *atmel_default_console_device; | 29 | extern struct platform_device *atmel_default_console_device; |
31 | 30 | ||
32 | /* Flags for selecting USART extra pins */ | 31 | /* Flags for selecting USART extra pins */ |