
24 Feb
2016
24 Feb
'16
6:09 a.m.
On 3 February 2016 at 04:51, Masahiro Yamada yamada.masahiro@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@socionext.com
dts/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
Acked-by: Simon Glass sjg@chromium.org