diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-apollon.c')
-rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 0a7b24ba1652..06dfba888b0c 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -51,6 +51,7 @@ | |||
51 | 51 | ||
52 | #define APOLLON_FLASH_CS 0 | 52 | #define APOLLON_FLASH_CS 0 |
53 | #define APOLLON_ETH_CS 1 | 53 | #define APOLLON_ETH_CS 1 |
54 | #define APOLLON_ETHR_GPIO_IRQ 74 | ||
54 | 55 | ||
55 | static struct mtd_partition apollon_partitions[] = { | 56 | static struct mtd_partition apollon_partitions[] = { |
56 | { | 57 | { |
@@ -249,7 +250,7 @@ out: | |||
249 | 250 | ||
250 | static void __init omap_apollon_init_irq(void) | 251 | static void __init omap_apollon_init_irq(void) |
251 | { | 252 | { |
252 | omap2_init_common_hw(); | 253 | omap2_init_common_hw(NULL); |
253 | omap_init_irq(); | 254 | omap_init_irq(); |
254 | omap_gpio_init(); | 255 | omap_gpio_init(); |
255 | apollon_init_smc91x(); | 256 | apollon_init_smc91x(); |
@@ -272,7 +273,6 @@ static struct omap_lcd_config apollon_lcd_config __initdata = { | |||
272 | 273 | ||
273 | static struct omap_board_config_kernel apollon_config[] = { | 274 | static struct omap_board_config_kernel apollon_config[] = { |
274 | { OMAP_TAG_UART, &apollon_uart_config }, | 275 | { OMAP_TAG_UART, &apollon_uart_config }, |
275 | { OMAP_TAG_USB, &apollon_usb_config }, | ||
276 | { OMAP_TAG_LCD, &apollon_lcd_config }, | 276 | { OMAP_TAG_LCD, &apollon_lcd_config }, |
277 | }; | 277 | }; |
278 | 278 | ||
@@ -299,6 +299,7 @@ static void __init apollon_usb_init(void) | |||
299 | omap_cfg_reg(P21_242X_GPIO12); | 299 | omap_cfg_reg(P21_242X_GPIO12); |
300 | gpio_request(12, "USB suspend"); | 300 | gpio_request(12, "USB suspend"); |
301 | gpio_direction_output(12, 0); | 301 | gpio_direction_output(12, 0); |
302 | omap_usb_init(&apollon_usb_config); | ||
302 | } | 303 | } |
303 | 304 | ||
304 | static void __init omap_apollon_init(void) | 305 | static void __init omap_apollon_init(void) |