]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3036: Add clock driver
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:16 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit3f2ef1392496ac3a725c5169b4de2a4d0c777cf4
tree1b664a4944d7841ea86ba4fce3b925f56a8a26c6
parentfc0fada0943133940e6052879df91ab0e2c8cf16
rockchip: rk3036: Add clock driver

Add a driver for setting up and modifying the various PLLs, peripheral
clocks and mmc clocks on RK3036

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/cru_rk3036.h [new file with mode: 0644]
drivers/clk/Makefile
drivers/clk/clk_rk3036.c [new file with mode: 0644]