diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-07-03 02:02:37 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-13 21:17:10 +0200 |
commit | b9e4ba541607e6ee9c6c8493f51198fe3af03aec (patch) | |
tree | 886b115b0e14b3224dc196ebb5755946a40ee0d3 /drivers/clk/rockchip/Makefile | |
parent | dt-bindings: add documentation for rk3288 cru (diff) | |
download | linux-b9e4ba541607e6ee9c6c8493f51198fe3af03aec.tar.xz linux-b9e4ba541607e6ee9c6c8493f51198fe3af03aec.zip |
clk: rockchip: add clock controller for rk3288
Add the clock tree definition for the new rk3288 SoC.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-By: Max Schwarz <max.schwarz@online.de>
Tested-By: Max Schwarz <max.schwarz@online.de>
Signed-off-by: Mike Turquette <mturquette@linaro.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 3eebf72fe91f..ee6b077381e1 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -8,3 +8,4 @@ obj-y += clk-pll.o obj-$(CONFIG_RESET_CONTROLLER) += softrst.o obj-y += clk-rk3188.o +obj-y += clk-rk3288.o |