提交 06385e49 编写于 作者: L Linus Walleij 提交者: Russell King

ARM: 6278/2: fix regression in RealView after the introduction of pclk

The patch to add the apb_pclk to the AMBA/PrimeCell bus broke
RealView, since the clockdevice is not registered at probe() time.
This moves clock initialization to a core_initcall()

[rmk:moved before the problematical commit to avoid bisect problems]
Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 3126c7bc
......@@ -347,7 +347,7 @@ static int __init clk_init(void)
return 0;
}
arch_initcall(clk_init);
core_initcall(clk_init);
/*
* CLCD support.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册