summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2015-12-11 04:30:50 +0300
committerHeiko Stuebner <heiko@sntech.de>2015-12-12 22:04:54 +0300
commit307a2e9ac524bbec707c0e2b47ca50adaecc23f2 (patch)
tree39420e03b8c079069f98d7d42fa6d8fd234ffe17 /drivers/clk/rockchip/Makefile
parent80afed275da42635abd888c0a68b529e88853b04 (diff)
downloadlinux-307a2e9ac524bbec707c0e2b47ca50adaecc23f2.tar.xz
clk: rockchip: add clock controller for rk3228
Add the clock tree definition for the new rk3228 SoC. Signed-off-by: Jeffy Chen <jeffy.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 d599829a021a..80b9a379beb4 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -12,5 +12,6 @@ obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
obj-y += clk-rk3036.o
obj-y += clk-rk3188.o
+obj-y += clk-rk3228.o
obj-y += clk-rk3288.o
obj-y += clk-rk3368.o