u-boot-brain/drivers/clk/rockchip
Philipp Tomsich 2f01a2b214 rockchip: clk: rk3399: add clk_enable function and support USB HOST0/1
The generic ehci-driver (ehci-generic.c) will try to enable the clocks
listed in the DTSI. If this fails (e.g. due to clk_enable not being
implemented in a driver and -ENOSYS being returned by the clk-uclass),
the driver will bail our and print an error message.

This implements a minimal clk_enable for the RK3399 and supports the
clocks mandatory for the EHCI controllers; as these are enabled by
default we simply return success.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-09-18 20:40:37 +02:00
..
clk_rk322x.c rockchip: clk: remove RATE_TO_DIV 2017-08-13 17:15:09 +02:00
clk_rk3036.c rockchip: clk: remove RATE_TO_DIV 2017-08-13 17:15:09 +02:00
clk_rk3188.c rockchip: clk: remove RATE_TO_DIV 2017-08-13 17:15:09 +02:00
clk_rk3288.c rockchip: clk: remove RATE_TO_DIV 2017-08-13 17:15:09 +02:00
clk_rk3328.c rockchip: clk: update dwmmc clock div 2017-08-13 17:15:09 +02:00
clk_rk3368.c rockchip: clk: rk3368: Convert to livetree 2017-09-18 20:40:34 +02:00
clk_rk3399.c rockchip: clk: rk3399: add clk_enable function and support USB HOST0/1 2017-09-18 20:40:37 +02:00
clk_rv1108.c rockchip: clk: remove RATE_TO_DIV 2017-08-13 17:15:09 +02:00
Makefile rockchip: rk322x: add clock driver 2017-07-11 12:13:45 +02:00