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

Simon Glass sjg at chromium.org
Thu Feb 25 16:29:30 CET 2016


On 23 February 2016 at 22:09, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list