]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitf29bc0a4e3712ddada0b3bc251105689d6ce4f91
tree8aec1f23dc641590f4c00855bc6a401ac6795fb0
parentf4ef34537ad303e2230ec543cccc7847f3c47ae8
powerpc/512x: initialize clocks before bus probing

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>
arch/powerpc/platforms/512x/mpc512x_shared.c