diff options
Diffstat (limited to 'arch/arm/mach-at91/board-sam9263ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9263ek.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/arm/mach-at91/board-sam9263ek.c b/arch/arm/mach-at91/board-sam9263ek.c index 2ffe50f3a9e9..983cb98d2465 100644 --- a/arch/arm/mach-at91/board-sam9263ek.c +++ b/arch/arm/mach-at91/board-sam9263ek.c | |||
@@ -57,15 +57,6 @@ static void __init ek_init_early(void) | |||
57 | { | 57 | { |
58 | /* Initialize processor: 16.367 MHz crystal */ | 58 | /* Initialize processor: 16.367 MHz crystal */ |
59 | at91_initialize(16367660); | 59 | at91_initialize(16367660); |
60 | |||
61 | /* DBGU on ttyS0. (Rx & Tx only) */ | ||
62 | at91_register_uart(0, 0, 0); | ||
63 | |||
64 | /* USART0 on ttyS1. (Rx, Tx, RTS, CTS) */ | ||
65 | at91_register_uart(AT91SAM9263_ID_US0, 1, ATMEL_UART_CTS | ATMEL_UART_RTS); | ||
66 | |||
67 | /* set serial console to ttyS0 (ie, DBGU) */ | ||
68 | at91_set_serial_console(0); | ||
69 | } | 60 | } |
70 | 61 | ||
71 | /* | 62 | /* |
@@ -412,6 +403,11 @@ static struct at91_can_data ek_can_data = { | |||
412 | static void __init ek_board_init(void) | 403 | static void __init ek_board_init(void) |
413 | { | 404 | { |
414 | /* Serial */ | 405 | /* Serial */ |
406 | /* DBGU on ttyS0. (Rx & Tx only) */ | ||
407 | at91_register_uart(0, 0, 0); | ||
408 | |||
409 | /* USART0 on ttyS1. (Rx, Tx, RTS, CTS) */ | ||
410 | at91_register_uart(AT91SAM9263_ID_US0, 1, ATMEL_UART_CTS | ATMEL_UART_RTS); | ||
415 | at91_add_device_serial(); | 411 | at91_add_device_serial(); |
416 | /* USB Host */ | 412 | /* USB Host */ |
417 | at91_add_device_usbh(&ek_usbh_data); | 413 | at91_add_device_usbh(&ek_usbh_data); |