Home
last modified time | relevance | path

Searched hist:"5 f3f7b79dbe83144ef5562fa212266c86cd639e2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/dts/
H A DKconfig5f3f7b79dbe83144ef5562fa212266c86cd639e2 Wed Feb 03 11:51:36 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabled

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>