diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-09-04 16:10:43 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-09-27 11:57:41 -0400 |
commit | f6fba5f6967dbc062a7c138d67e2314220f5dd04 (patch) | |
tree | b38dc7a0b7bd4d04df982645a61065d7e7661156 /drivers/clk/rockchip/Makefile | |
parent | 2b9bceeab70800546050f59cee4efb69c261a683 (diff) |
clk: rockchip: add new clock-type for the cpuclk
When changing the armclk on Rockchip SoCs it is supposed to be reparented
to an alternate parent before changing the underlying pll and back after
the change. Additionally there exist clocks that are very tightly bound to
the armclk whose divider values are set according to the armclk rate.
Add a special clock-type to handle all that. The rate table and divider
values will be supplied from the soc-specific clock controllers.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
On a rk3288-board:
Tested-by: Doug Anderson <dianders@chromium.org>
Diffstat (limited to 'drivers/clk/rockchip/Makefile')
-rw-r--r-- | drivers/clk/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile index ee6b077381e1..bd8514d63634 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile | |||
@@ -5,6 +5,7 @@ | |||
5 | obj-y += clk-rockchip.o | 5 | obj-y += clk-rockchip.o |
6 | obj-y += clk.o | 6 | obj-y += clk.o |
7 | obj-y += clk-pll.o | 7 | obj-y += clk-pll.o |
8 | obj-y += clk-cpu.o | ||
8 | obj-$(CONFIG_RESET_CONTROLLER) += softrst.o | 9 | obj-$(CONFIG_RESET_CONTROLLER) += softrst.o |
9 | 10 | ||
10 | obj-y += clk-rk3188.o | 11 | obj-y += clk-rk3188.o |