rockchip: rk3188: Add clock driver
authorHeiko Stübner <heiko@sntech.de>
Sat, 18 Feb 2017 18:46:34 +0000 (19:46 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Mar 2017 22:03:45 +0000 (16:03 -0600)
commitdcdd32788a03bd5e6dde79384eef0217a8e14b71
treece6a1c9859ee64469c9e1c7a015c4ef493b2dd2f
parent7b2500babd6b9fce7ef9ae43132d42279442edc9
rockchip: rk3188: Add clock driver

Add a driver for setting up and modifying the various PLLs and peripheral
clocks on the RK3188.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/include/asm/arch-rockchip/cru_rk3188.h [new file with mode: 0644]
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk_rk3188.c [new file with mode: 0644]