~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/board-n8x0.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <asm/mach-types.h>
27
27
 
28
28
#include <plat/board.h>
29
 
#include <plat/common.h>
 
29
#include "common.h"
30
30
#include <plat/menelaus.h>
31
31
#include <mach/irqs.h>
32
32
#include <plat/mcspi.h>
691
691
        .init_irq       = omap2_init_irq,
692
692
        .init_machine   = n8x0_init_machine,
693
693
        .timer          = &omap2_timer,
 
694
        .restart        = omap_prcm_restart,
694
695
MACHINE_END
695
696
 
696
697
MACHINE_START(NOKIA_N810, "Nokia N810")
701
702
        .init_irq       = omap2_init_irq,
702
703
        .init_machine   = n8x0_init_machine,
703
704
        .timer          = &omap2_timer,
 
705
        .restart        = omap_prcm_restart,
704
706
MACHINE_END
705
707
 
706
708
MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX")
711
713
        .init_irq       = omap2_init_irq,
712
714
        .init_machine   = n8x0_init_machine,
713
715
        .timer          = &omap2_timer,
 
716
        .restart        = omap_prcm_restart,
714
717
MACHINE_END