diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-04-24 06:15:34 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-28 11:07:29 -0400 |
commit | 51ddec7617bd0d4c73c44a8862faac5d7d97eb03 (patch) | |
tree | 56cfd6db86147db3138d81ae7c9d2d9e9cfda068 /arch/arm/mach-at91/setup.c | |
parent | 465393749da3a3229f6067246c7e8f97f7cc833d (diff) |
at91: move register clocks to soc generic init
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/setup.c')
-rw-r--r-- | arch/arm/mach-at91/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c index dfbc3fa70d22..43251efd90d4 100644 --- a/arch/arm/mach-at91/setup.c +++ b/arch/arm/mach-at91/setup.c | |||
@@ -251,5 +251,8 @@ void __init at91_initialize(unsigned long main_clock) | |||
251 | /* Init clock subsystem */ | 251 | /* Init clock subsystem */ |
252 | at91_clock_init(main_clock); | 252 | at91_clock_init(main_clock); |
253 | 253 | ||
254 | /* Register the processor-specific clocks */ | ||
255 | at91_boot_soc.register_clocks(); | ||
256 | |||
254 | at91_boot_soc.init(); | 257 | at91_boot_soc.init(); |
255 | } | 258 | } |