|
@@ -76,13 +76,15 @@ void __init ux500_init_irq(void)
|
|
|
} else if (cpu_is_u9540()) {
|
|
|
prcmu_early_init(U8500_PRCMU_BASE, SZ_8K - 1);
|
|
|
ux500_pm_init(U8500_PRCMU_BASE, SZ_8K - 1);
|
|
|
- u8500_clk_init(U8500_CLKRST1_BASE, U8500_CLKRST2_BASE,
|
|
|
+ u9540_clk_init(U8500_CLKRST1_BASE, U8500_CLKRST2_BASE,
|
|
|
U8500_CLKRST3_BASE, U8500_CLKRST5_BASE,
|
|
|
U8500_CLKRST6_BASE);
|
|
|
} else if (cpu_is_u8540()) {
|
|
|
prcmu_early_init(U8500_PRCMU_BASE, SZ_8K + SZ_4K - 1);
|
|
|
ux500_pm_init(U8500_PRCMU_BASE, SZ_8K + SZ_4K - 1);
|
|
|
- u8540_clk_init();
|
|
|
+ u8540_clk_init(U8500_CLKRST1_BASE, U8500_CLKRST2_BASE,
|
|
|
+ U8500_CLKRST3_BASE, U8500_CLKRST5_BASE,
|
|
|
+ U8500_CLKRST6_BASE);
|
|
|
}
|
|
|
}
|
|
|
|