-
由 Anatolij Gustschin 提交于
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: NAnatolij Gustschin <agust@denx.de>
f29bc0a4
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: NAnatolij Gustschin <agust@denx.de>