summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2016-11-16 09:49:23 +0100
committerHeiko Stuebner <heiko@sntech.de>2016-11-16 12:37:37 +0100
commite44dde27949254b7da7259ab90864c211c14ade3 (patch)
tree8dba2fb525c2cf4f75abed81c7b0fe71b067ea3f /drivers/clk/rockchip/Makefile
parentdt-bindings: add documentation for rk1108 cru (diff)
downloadlinux-e44dde27949254b7da7259ab90864c211c14ade3.tar.xz
linux-e44dde27949254b7da7259ab90864c211c14ade3.zip
clk: rockchip: add clock controller for rk1108
Add the clock tree definition and driver for rk1108 SoC. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Tested-by: Jacob Chen <jacob2.chen@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
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 b5f2c8ed12e1..16e098c36f90 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -11,6 +11,7 @@ obj-y += clk-mmc-phase.o
obj-y += clk-ddr.o
obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
+obj-y += clk-rk1108.o
obj-y += clk-rk3036.o
obj-y += clk-rk3188.o
obj-y += clk-rk3228.o