summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorFinley Xiao <finley.xiao@rock-chips.com>2019-09-03 14:59:47 +0300
committerHeiko Stuebner <heiko@sntech.de>2019-09-05 13:43:39 +0300
commitac68dfd3c4836bb2636fd37f3e075ed218afdb2b (patch)
tree5208475a94d1a1c0d162cda30aef9fcc3ff88db9 /drivers/clk/rockchip/Makefile
parentefb7740f25d6fff5bf94eb3bfa242b2fe9a6dc36 (diff)
downloadlinux-ac68dfd3c4836bb2636fd37f3e075ed218afdb2b.tar.xz
clk: rockchip: Add clock controller for the rk3308
Add the clock tree definition for the new RK3308 SoC. Signed-off-by: Finley Xiao <finley.xiao@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 ff35ab463a6f..7c5b5813a87c 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -20,6 +20,7 @@ obj-y += clk-rk3128.o
obj-y += clk-rk3188.o
obj-y += clk-rk3228.o
obj-y += clk-rk3288.o
+obj-y += clk-rk3308.o
obj-y += clk-rk3328.o
obj-y += clk-rk3368.o
obj-y += clk-rk3399.o