diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-09-18 10:29:50 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-28 09:50:38 -0500 |
commit | 4ab0c5998d327cba5b7e0dc8ce67f45859997669 (patch) | |
tree | 8e785004e227fa4572a0c459fbde72aa07ddcdfc /arch/arm/mach-at91/at91cap9.c | |
parent | cfa5a1fe7e65bacdee59d5df60a9f44b0c030532 (diff) |
ARM: at91: make pit register base soc independent
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91cap9.c')
-rw-r--r-- | arch/arm/mach-at91/at91cap9.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91cap9.c b/arch/arm/mach-at91/at91cap9.c index 36872070afef..abfe36858a01 100644 --- a/arch/arm/mach-at91/at91cap9.c +++ b/arch/arm/mach-at91/at91cap9.c | |||
@@ -335,6 +335,7 @@ static void __init at91cap9_map_io(void) | |||
335 | 335 | ||
336 | static void __init at91cap9_ioremap_registers(void) | 336 | static void __init at91cap9_ioremap_registers(void) |
337 | { | 337 | { |
338 | at91sam926x_ioremap_pit(AT91CAP9_BASE_PIT); | ||
338 | } | 339 | } |
339 | 340 | ||
340 | static void __init at91cap9_initialize(void) | 341 | static void __init at91cap9_initialize(void) |