commit | b21e20b255a02393727c93b1927a381ce3008fa4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jan 19 13:55:28 2016 +0900 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:46:47 2016 -0700 |
tree | d965a28a41a19863a08066dbe4abc9d60787315f | |
parent | 6905f4d3c7be46fed4859f51f0a8f9a1107c22e7 [diff] |
clk: add fixed rate clock driver 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>