Inform the system when the clock source should be running.
int clk_enable(struct clk * clk);
clk
clock source
If the clock can not be enabled/disabled, this should return success.
May be called from atomic contexts.
Returns success (0) or negative errno.