aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-overo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-overo.c')
-rw-r--r--arch/arm/mach-omap2/board-overo.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index 56277a047136..f5ba43fa0400 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -48,14 +48,17 @@
48#include <video/omapdss.h> 48#include <video/omapdss.h>
49#include <video/omap-panel-generic-dpi.h> 49#include <video/omap-panel-generic-dpi.h>
50#include <video/omap-panel-tfp410.h> 50#include <video/omap-panel-tfp410.h>
51#include <plat/gpmc.h>
52#include <plat/usb.h>
53 51
52#include "common.h"
54#include "mux.h" 53#include "mux.h"
55#include "sdram-micron-mt46h32m32lf-6.h" 54#include "sdram-micron-mt46h32m32lf-6.h"
55#include "gpmc.h"
56#include "hsmmc.h" 56#include "hsmmc.h"
57#include "board-flash.h"
57#include "common-board-devices.h" 58#include "common-board-devices.h"
58 59
60#define NAND_CS 0
61
59#define OVERO_GPIO_BT_XGATE 15 62#define OVERO_GPIO_BT_XGATE 15
60#define OVERO_GPIO_W2W_NRESET 16 63#define OVERO_GPIO_W2W_NRESET 16
61#define OVERO_GPIO_PENDOWN 114 64#define OVERO_GPIO_PENDOWN 114
@@ -494,8 +497,8 @@ static void __init overo_init(void)
494 omap_serial_init(); 497 omap_serial_init();
495 omap_sdrc_init(mt46h32m32lf6_sdrc_params, 498 omap_sdrc_init(mt46h32m32lf6_sdrc_params,
496 mt46h32m32lf6_sdrc_params); 499 mt46h32m32lf6_sdrc_params);
497 omap_nand_flash_init(0, overo_nand_partitions, 500 board_nand_init(overo_nand_partitions,
498 ARRAY_SIZE(overo_nand_partitions)); 501 ARRAY_SIZE(overo_nand_partitions), NAND_CS, 0, NULL);
499 usb_musb_init(NULL); 502 usb_musb_init(NULL);
500 usbhs_init(&usbhs_bdata); 503 usbhs_init(&usbhs_bdata);
501 overo_spi_init(); 504 overo_spi_init();