Skip to content
Commit 17864406 authored by Samuel Holland's avatar Samuel Holland Committed by Tom Rini
Browse files

clk: fixed_rate: add dummy disable() function



commit 6bf6d81c ("clk: fixed_rate: add dummy enable() function")
implemented .enable, so fixed rate clocks can be used where drivers
might call clk_enable(). Implement the .disable op for the same reason;
some drivers, e.g. USB PHYs, may attempt to disable clocks at runtime.

Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
parent b20b16a7
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment