Home
last modified time | relevance | path

Searched hist:"3 f96f87520c22efe4a8b43f45f1b2011da50dc06" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dclk.h3f96f87520c22efe4a8b43f45f1b2011da50dc06 Thu Sep 08 06:47:28 UTC 2016 Paul Burton <paul.burton@imgtec.com> clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

The implementations of clk_get_by_index & clk_get_by_name are only
available when CONFIG_CLK is enabled. Provide the dummies when this is
not the case in order to avoid build failures.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Simon Glass <sjg@chromium.org>