commit | 67c2295efdd53780834ec822ad9bf9de217d5bba | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jan 13 13:16:12 2016 +0900 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:23 2016 -0700 |
tree | 77a9e9f87b2ddee05d6501c570f665dbdcc69924 | |
parent | ecf20f63f955136b7d4cffa82812f90a38903f46 [diff] |
clk: add API to enable clock The most basic thing for clock is to enable it, but it is missing in this uclass. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>