commit | 06385e490996d885c93fa03ce6e5374e4674a5cb | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Fri Jul 30 16:36:25 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jul 31 13:07:07 2010 +0100 |
tree | b5acdcf7fbd36d5144e1a8eb9898b350bf32bfc8 | |
parent | 3126c7bc4106c572ef47e2c220df5a00e7973379 [diff] |
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: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>