[U-Boot] [PATCH] dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabled

Simon Glass sjg at chromium.org
Wed Feb 24 06:09:39 CET 2016


On 3 February 2016 at 04:51, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> These two properties are necessary for SPL to get clocks from DT.
>
> Note:
> For now, only clock look-up by index is supported (clk_get_by_index()
> function), so "clock-names" is never parsed in U-Boot.  However, we
> may want to support something like clk_get_by_name() in the future,
> so let's keep "clock-names" as well as "clocks".
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  dts/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list