summaryrefslogtreecommitdiff
path: root/drivers/clk/clk_fixed_rate.c
Commit message (Collapse)AuthorAgeLines
* clk: add fixed rate clock driverMasahiro Yamada2016-01-21-0/+57
This commit intends to implement "fixed-clock" as in Linux. (drivers/clk/clk-fixed-rate.c in Linux) If you need a very simple clock to just provide fixed clock rate like a crystal oscillator, you do not have to write a new driver. This driver can support it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>