powerpc/512x: initialize clocks before bus probing
authorAnatolij Gustschin <agust@denx.de>
Fri, 25 Jan 2013 16:29:21 +0000 (17:29 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 29 Jan 2013 08:22:53 +0000 (09:22 +0100)
Early driver probing can fail due to not available clocks
(clk_get() fails) since the clk API init didn't take place yet.
Move clocks init before bus probing.

Signed-off-by: Anatolij Gustschin <agust@denx.de>

No differences found