commit | f29bc0a4e3712ddada0b3bc251105689d6ce4f91 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Jan 25 17:29:21 2013 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Jan 29 09:22:53 2013 +0100 |
tree | 8aec1f23dc641590f4c00855bc6a401ac6795fb0 | |
parent | f4ef34537ad303e2230ec543cccc7847f3c47ae8 [diff] |
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>