aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/board-eb9200.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91rm9200/board-eb9200.c')
-rw-r--r--arch/arm/mach-at91rm9200/board-eb9200.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/arch/arm/mach-at91rm9200/board-eb9200.c b/arch/arm/mach-at91rm9200/board-eb9200.c
index 2ceb267585ad..c6e0d51fbea0 100644
--- a/arch/arm/mach-at91rm9200/board-eb9200.c
+++ b/arch/arm/mach-at91rm9200/board-eb9200.c
@@ -40,14 +40,6 @@
40 40
41#include "generic.h" 41#include "generic.h"
42 42
43static void __init eb9200_init_irq(void)
44{
45 /* Initialize AIC controller */
46 at91rm9200_init_irq(NULL);
47
48 /* Set up the GPIO interrupts */
49 at91_gpio_irq_setup(BGA_GPIO_BANKS);
50}
51 43
52/* 44/*
53 * Serial port configuration. 45 * Serial port configuration.
@@ -63,12 +55,17 @@ static struct at91_uart_config __initdata eb9200_uart_config = {
63static void __init eb9200_map_io(void) 55static void __init eb9200_map_io(void)
64{ 56{
65 /* Initialize processor: 18.432 MHz crystal */ 57 /* Initialize processor: 18.432 MHz crystal */
66 at91rm9200_initialize(18432000); 58 at91rm9200_initialize(18432000, AT91RM9200_BGA);
67 59
68 /* Setup the serial ports and console */ 60 /* Setup the serial ports and console */
69 at91_init_serial(&eb9200_uart_config); 61 at91_init_serial(&eb9200_uart_config);
70} 62}
71 63
64static void __init eb9200_init_irq(void)
65{
66 at91rm9200_init_interrupts(NULL);
67}
68
72static struct at91_eth_data __initdata eb9200_eth_data = { 69static struct at91_eth_data __initdata eb9200_eth_data = {
73 .phy_irq_pin = AT91_PIN_PC4, 70 .phy_irq_pin = AT91_PIN_PC4,
74 .is_rmii = 1, 71 .is_rmii = 1,