commit | d3196cb72c55270b15a513853a2c450710cdfafb | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue Oct 12 19:40:29 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 19 11:25:25 2021 -0400 |
tree | 549c7c27ad7db734c18fba3c4dd814229b18c5ce | |
parent | 3e44c085de0af8ae1a293c6c612ec0445380eefc [diff] |
clk: fixed_rate: add dummy disable() function commit 6bf6d81c1112 ("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: Samuel Holland <samuel@sholland.org>