Your device tree probably has broken clocks definitions, and the kernel deadlocks in clk_disable_unused() (in drivers/clk/clk.c).
clk_disable_unused()
drivers/clk/clk.c
Work-around by either:
clk_ignore_unused
But you should definitely fix your device tree !