]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/clk/rockchip/clk_rk3368.c
rockchip: rk3368: Add clock driver
authorAndy Yan <andy.yan@rock-chips.com>
Mon, 15 May 2017 09:49:56 +0000 (17:49 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 13:29:19 +0000 (07:29 -0600)
commitd1dcf8527ececd1595d7ae6dc56c19bbcf0c537d
tree1f4e1335f644e36e8cebd3d10c59b235f95861b9
parentc40d48bbbce70b8dfa2b267e404f9f3e781dfd98
rockchip: rk3368: Add clock driver

Add driver to setup the various PLLs and peripheral
clocks on the RK3368.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/cru_rk3368.h [new file with mode: 0644]
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk_rk3368.c [new file with mode: 0644]