~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-at91/board-pcontrol-g20.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "generic.h"
38
38
 
39
39
 
40
 
static void __init pcontrol_g20_map_io(void)
 
40
static void __init pcontrol_g20_init_early(void)
41
41
{
42
 
        stamp9g20_map_io();
 
42
        stamp9g20_init_early();
43
43
 
44
44
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS) piggyback  A2 */
45
45
        at91_register_uart(AT91SAM9260_ID_US0, 1, ATMEL_UART_CTS
222
222
 
223
223
MACHINE_START(PCONTROL_G20, "PControl G20")
224
224
        /* Maintainer: pgsellmann@portner-elektronik.at */
225
 
        .boot_params    = AT91_SDRAM_BASE + 0x100,
226
225
        .timer          = &at91sam926x_timer,
227
 
        .map_io         = pcontrol_g20_map_io,
 
226
        .map_io         = at91sam9260_map_io,
 
227
        .init_early     = pcontrol_g20_init_early,
228
228
        .init_irq       = init_irq,
229
229
        .init_machine   = pcontrol_g20_board_init,
230
230
MACHINE_END