summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-21 07:04:40 (GMT)
committerOlof Johansson <olof@lixom.net>2012-11-21 07:04:40 (GMT)
commitfbac7d7d6c1f873c89d88ca6ab8a2891ac837796 (patch)
tree7e5a205ff54f6a7416ffe3b5aad646092f78bee2 /arch
parent8a6ff8a0a2bc51b29681aab093b349c9eb32acf5 (diff)
parent2abb74eaf6e73cb42e87bdc9e9c2535ce485e614 (diff)
downloadlinux-fsl-qoriq-fbac7d7d6c1f873c89d88ca6ab8a2891ac837796.tar.xz
Merge tag 'at91-header' of git://github.com/at91linux/linux-at91 into next/headers
From Nicolas Ferre: One fix related to UART for the "headers move" branch * tag 'at91-header' of git://github.com/at91linux/linux-at91: atmel: move ATMEL_MAX_UART to platform_data/atmel.h
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/include/mach/hardware.h3
-rw-r--r--arch/avr32/mach-at32ap/include/mach/board.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/include/mach/hardware.h b/arch/arm/mach-at91/include/mach/hardware.h
index 711a789..a832e07 100644
--- a/arch/arm/mach-at91/include/mach/hardware.h
+++ b/arch/arm/mach-at91/include/mach/hardware.h
@@ -90,9 +90,6 @@
#define AT91_SRAM_MAX SZ_1M
#define AT91_VIRT_BASE (AT91_IO_VIRT_BASE - AT91_SRAM_MAX)
-/* Serial ports */
-#define ATMEL_MAX_UART 7 /* 6 USART3's and one DBGU port (SAM9260) */
-
/* External Memory Map */
#define AT91_CHIPSELECT_0 0x10000000
#define AT91_CHIPSELECT_1 0x20000000
diff --git a/arch/avr32/mach-at32ap/include/mach/board.h b/arch/avr32/mach-at32ap/include/mach/board.h
index dca9345..d485b03 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)
}
-#define ATMEL_MAX_UART 4
extern struct platform_device *atmel_default_console_device;
/* Flags for selecting USART extra pins */