[U-Boot] [PATCH v2 6/8] rockchip: rk3188: Add clock driver

Simon Glass sjg at chromium.org
Sat Jul 23 04:08:36 CEST 2016


On 22 July 2016 at 15:51, Heiko Stuebner <heiko at sntech.de> wrote:
> Add a driver for setting up and modifying the various PLLs and peripheral
> clocks on the RK3188.
>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---
>  arch/arm/include/asm/arch-rockchip/cru_rk3188.h | 183 +++++++++
>  drivers/clk/rockchip/Makefile                   |   1 +
>  drivers/clk/rockchip/clk_rk3188.c               | 493 ++++++++++++++++++++++++
>  3 files changed, 677 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3188.h
>  create mode 100644 drivers/clk/rockchip/clk_rk3188.c

Acked-by: Simon Glass <sjg at chromium.org>

Do you actually using CONFIG_OF_PLATDATA?


More information about the U-Boot mailing list