[U-Boot] [PATCH v2 5/6] clk: add API to enable clock

Simon Glass sjg at chromium.org
Mon Jan 18 04:58:10 CET 2016


On 12 January 2016 at 21:16, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> The most basic thing for clock is to enable it, but it is missing
> in this uclass.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
>   - Add clk_enable() function
>
>  drivers/clk/clk-uclass.c | 10 ++++++++++
>  include/clk.h            | 18 ++++++++++++++++++
>  2 files changed, 28 insertions(+)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list