diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
| -rw-r--r-- | arch/arm/mach-omap2/io.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 3a86b0f66031..e9b9bcb19b4e 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
| @@ -276,14 +276,15 @@ static int __init _omap2_init_reprogram_sdrc(void) | |||
| 276 | return v; | 276 | return v; |
| 277 | } | 277 | } |
| 278 | 278 | ||
| 279 | void __init omap2_init_common_hw(struct omap_sdrc_params *sp) | 279 | void __init omap2_init_common_hw(struct omap_sdrc_params *sdrc_cs0, |
| 280 | struct omap_sdrc_params *sdrc_cs1) | ||
| 280 | { | 281 | { |
| 281 | omap2_mux_init(); | 282 | omap2_mux_init(); |
| 282 | #ifndef CONFIG_ARCH_OMAP4 /* FIXME: Remove this once the clkdev is ready */ | 283 | #ifndef CONFIG_ARCH_OMAP4 /* FIXME: Remove this once the clkdev is ready */ |
| 283 | pwrdm_init(powerdomains_omap); | 284 | pwrdm_init(powerdomains_omap); |
| 284 | clkdm_init(clockdomains_omap, clkdm_pwrdm_autodeps); | 285 | clkdm_init(clockdomains_omap, clkdm_pwrdm_autodeps); |
| 285 | omap2_clk_init(); | 286 | omap2_clk_init(); |
| 286 | omap2_sdrc_init(sp); | 287 | omap2_sdrc_init(sdrc_cs0, sdrc_cs1); |
| 287 | _omap2_init_reprogram_sdrc(); | 288 | _omap2_init_reprogram_sdrc(); |
| 288 | #endif | 289 | #endif |
| 289 | gpmc_init(); | 290 | gpmc_init(); |
