]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8b67dc6d7b95a71d1635ca163efe2d044eacc67c
treece6a1c9859ee64469c9e1c7a015c4ef493b2dd2f
parent2fe880b64d38983756ea2df20bde916949eef65f
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]