aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-sa1100/generic.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-19 12:47:54 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2016-08-23 10:02:18 +0100
commit198b51e8a6a31d3a6f8e9dd9cade3635d0291f26 (patch)
tree4d03f0de5943eaa84aa3982d4983a003562260e5 /arch/arm/mach-sa1100/generic.c
parentARM: sa1100: fix 3.6864MHz clock (diff)
downloadwireguard-linux-198b51e8a6a31d3a6f8e9dd9cade3635d0291f26.tar.xz
wireguard-linux-198b51e8a6a31d3a6f8e9dd9cade3635d0291f26.zip
ARM: sa1100: register clocks early
Since we switched to use pxa_timer, we need to provide the OSTIMER0 clock. However, as the clock is initialised early, we need to provide the clock early as well, so that pxa_timer can find it. Adding the clock to the clkdev table at core_initcall() time is way too late. Move the initialisation earlier. Fixes: ee3a4020f7c9 ("ARM: 8250/1: sa1100: provide OSTIMER0 clock for pxa_timer") Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/generic.c')
-rw-r--r--arch/arm/mach-sa1100/generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c
index 345e63f4eb71..2e2c35b8e0d4 100644
--- a/arch/arm/mach-sa1100/generic.c
+++ b/arch/arm/mach-sa1100/generic.c
@@ -388,6 +388,7 @@ void __init sa1100_init_irq(void)
sa11x0_init_irq_nodt(IRQ_GPIO0_SC, irq_resource.start);
sa1100_init_gpio();
+ sa11xx_clk_init();
}
/*