diff options
Diffstat (limited to 'arch/arm/mach-at91/board-foxg20.c')
-rw-r--r-- | arch/arm/mach-at91/board-foxg20.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/arm/mach-at91/board-foxg20.c b/arch/arm/mach-at91/board-foxg20.c index e2d1dc9eff4..f27d1a780cf 100644 --- a/arch/arm/mach-at91/board-foxg20.c +++ b/arch/arm/mach-at91/board-foxg20.c | |||
@@ -60,7 +60,7 @@ | |||
60 | static void __init foxg20_init_early(void) | 60 | static void __init foxg20_init_early(void) |
61 | { | 61 | { |
62 | /* Initialize processor: 18.432 MHz crystal */ | 62 | /* Initialize processor: 18.432 MHz crystal */ |
63 | at91sam9260_initialize(18432000); | 63 | at91_initialize(18432000); |
64 | 64 | ||
65 | /* DBGU on ttyS0. (Rx & Tx only) */ | 65 | /* DBGU on ttyS0. (Rx & Tx only) */ |
66 | at91_register_uart(0, 0, 0); | 66 | at91_register_uart(0, 0, 0); |
@@ -101,12 +101,6 @@ static void __init foxg20_init_early(void) | |||
101 | 101 | ||
102 | } | 102 | } |
103 | 103 | ||
104 | static void __init foxg20_init_irq(void) | ||
105 | { | ||
106 | at91sam9260_init_interrupts(NULL); | ||
107 | } | ||
108 | |||
109 | |||
110 | /* | 104 | /* |
111 | * USB Host port | 105 | * USB Host port |
112 | */ | 106 | */ |
@@ -267,8 +261,8 @@ static void __init foxg20_board_init(void) | |||
267 | MACHINE_START(ACMENETUSFOXG20, "Acme Systems srl FOX Board G20") | 261 | MACHINE_START(ACMENETUSFOXG20, "Acme Systems srl FOX Board G20") |
268 | /* Maintainer: Sergio Tanzilli */ | 262 | /* Maintainer: Sergio Tanzilli */ |
269 | .timer = &at91sam926x_timer, | 263 | .timer = &at91sam926x_timer, |
270 | .map_io = at91sam9260_map_io, | 264 | .map_io = at91_map_io, |
271 | .init_early = foxg20_init_early, | 265 | .init_early = foxg20_init_early, |
272 | .init_irq = foxg20_init_irq, | 266 | .init_irq = at91_init_irq_default, |
273 | .init_machine = foxg20_board_init, | 267 | .init_machine = foxg20_board_init, |
274 | MACHINE_END | 268 | MACHINE_END |