diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 5b9bbdc983bd..a3e2b49aa39f 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -678,6 +678,7 @@ MACHINE_START(NOKIA_N800, "Nokia N800") | |||
678 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 678 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
679 | .boot_params = 0x80000100, | 679 | .boot_params = 0x80000100, |
680 | .map_io = n8x0_map_io, | 680 | .map_io = n8x0_map_io, |
681 | .reserve = omap_reserve, | ||
681 | .init_irq = n8x0_init_irq, | 682 | .init_irq = n8x0_init_irq, |
682 | .init_machine = n8x0_init_machine, | 683 | .init_machine = n8x0_init_machine, |
683 | .timer = &omap_timer, | 684 | .timer = &omap_timer, |
@@ -688,6 +689,7 @@ MACHINE_START(NOKIA_N810, "Nokia N810") | |||
688 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 689 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
689 | .boot_params = 0x80000100, | 690 | .boot_params = 0x80000100, |
690 | .map_io = n8x0_map_io, | 691 | .map_io = n8x0_map_io, |
692 | .reserve = omap_reserve, | ||
691 | .init_irq = n8x0_init_irq, | 693 | .init_irq = n8x0_init_irq, |
692 | .init_machine = n8x0_init_machine, | 694 | .init_machine = n8x0_init_machine, |
693 | .timer = &omap_timer, | 695 | .timer = &omap_timer, |
@@ -698,6 +700,7 @@ MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | |||
698 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 700 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
699 | .boot_params = 0x80000100, | 701 | .boot_params = 0x80000100, |
700 | .map_io = n8x0_map_io, | 702 | .map_io = n8x0_map_io, |
703 | .reserve = omap_reserve, | ||
701 | .init_irq = n8x0_init_irq, | 704 | .init_irq = n8x0_init_irq, |
702 | .init_machine = n8x0_init_machine, | 705 | .init_machine = n8x0_init_machine, |
703 | .timer = &omap_timer, | 706 | .timer = &omap_timer, |