]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: rk3288: Add clock driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:31 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit99c156508286ff0338c78b24e2498bb17362af1d
treefc9cac9e6cd415adc197f8585dd758ddac1d933f
parent9119820b6bd5a8131ae5d5f6f352ba657fe889a6
rockchip: rk3288: Add clock driver

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

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/cru_rk3288.h [new file with mode: 0644]
drivers/clk/Makefile
drivers/clk/clk_rk3288.c [new file with mode: 0644]