summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorElaine Zhang <zhangqing@rock-chips.com>2017-06-02 04:47:25 +0300
committerHeiko Stuebner <heiko@sntech.de>2017-06-02 15:49:35 +0300
commitf6022e88faca1a6a21cbd0f009b477bc530b9cc7 (patch)
tree645d0fd34e34c048bb1f57e4e0345b9e9b4762c2 /drivers/clk/rockchip/Makefile
parentde2ddc3b694d4594d922534db19e15fc39a3fcee (diff)
downloadlinux-f6022e88faca1a6a21cbd0f009b477bc530b9cc7.tar.xz
clk: rockchip: add clock controller for rk3128
Add the clock tree definition for the new rk3128 SoC. And it also applies to the RK3126 SoC. Signed-off-by: Elaine Zhang <zhangqing@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 26b220c988b2..6f19826cc447 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
obj-y += clk-rv1108.o
obj-y += clk-rk3036.o
+obj-y += clk-rk3128.o
obj-y += clk-rk3188.o
obj-y += clk-rk3228.o
obj-y += clk-rk3288.o