Undo preparation of a clock source
void clk_unprepare(struct clk * clk);
clk
clock source
This undoes a previously prepared clock. The caller must balance the number of prepare and unprepare calls.
Must not be called from within atomic context.