diff options
Diffstat (limited to 'arch/arm/mach-at91/at91sam9261.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9261.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91sam9261.c b/arch/arm/mach-at91/at91sam9261.c index 62818b956aea..7de81e6222f1 100644 --- a/arch/arm/mach-at91/at91sam9261.c +++ b/arch/arm/mach-at91/at91sam9261.c | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | 14 | ||
15 | #include <asm/proc-fns.h> | ||
15 | #include <asm/irq.h> | 16 | #include <asm/irq.h> |
16 | #include <asm/mach/arch.h> | 17 | #include <asm/mach/arch.h> |
17 | #include <asm/mach/map.h> | 18 | #include <asm/mach/map.h> |
@@ -283,12 +284,15 @@ static void __init at91sam9261_ioremap_registers(void) | |||
283 | { | 284 | { |
284 | at91_ioremap_shdwc(AT91SAM9261_BASE_SHDWC); | 285 | at91_ioremap_shdwc(AT91SAM9261_BASE_SHDWC); |
285 | at91_ioremap_rstc(AT91SAM9261_BASE_RSTC); | 286 | at91_ioremap_rstc(AT91SAM9261_BASE_RSTC); |
287 | at91_ioremap_ramc(0, AT91SAM9261_BASE_SDRAMC, 512); | ||
286 | at91sam926x_ioremap_pit(AT91SAM9261_BASE_PIT); | 288 | at91sam926x_ioremap_pit(AT91SAM9261_BASE_PIT); |
287 | at91sam9_ioremap_smc(0, AT91SAM9261_BASE_SMC); | 289 | at91sam9_ioremap_smc(0, AT91SAM9261_BASE_SMC); |
290 | at91_ioremap_matrix(AT91SAM9261_BASE_MATRIX); | ||
288 | } | 291 | } |
289 | 292 | ||
290 | static void __init at91sam9261_initialize(void) | 293 | static void __init at91sam9261_initialize(void) |
291 | { | 294 | { |
295 | arm_pm_idle = at91sam9_idle; | ||
292 | arm_pm_restart = at91sam9_alt_restart; | 296 | arm_pm_restart = at91sam9_alt_restart; |
293 | at91_extern_irq = (1 << AT91SAM9261_ID_IRQ0) | (1 << AT91SAM9261_ID_IRQ1) | 297 | at91_extern_irq = (1 << AT91SAM9261_ID_IRQ0) | (1 << AT91SAM9261_ID_IRQ1) |
294 | | (1 << AT91SAM9261_ID_IRQ2); | 298 | | (1 << AT91SAM9261_ID_IRQ2); |