summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2014-07-03 04:02:37 +0400
committerMike Turquette <mturquette@linaro.org>2014-07-13 23:17:10 +0400
commitb9e4ba541607e6ee9c6c8493f51198fe3af03aec (patch)
tree886b115b0e14b3224dc196ebb5755946a40ee0d3 /drivers/clk/rockchip/Makefile
parent5775b82e74d1b307b7dab670993b6b838c92f786 (diff)
downloadlinux-b9e4ba541607e6ee9c6c8493f51198fe3af03aec.tar.xz
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/Makefile1
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