commit | 508c077ac06c58fd9938147deb57985bfb24a015 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:00 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:35 2016 -0700 |
tree | 0284610ead16629f6cef55ff5d2cb1619f32e111 | |
parent | d6eddad1dd61d7fc9d99eb87946b08a3714048bc [diff] |
dm: clk: Add a simple version of clk_get_by_index() This function adds quite a bit of code to SPL and we probably don't need all the features in SPL. Add a simple version (for SPL only) to save space. Signed-off-by: Simon Glass <sjg@chromium.org>