summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-07-05 12:00:20 +0300
committerStephen Boyd <sboyd@codeaurora.org>2015-07-07 01:09:22 +0300
commit3536c97a52db2848d13512878c65affd98fd29db (patch)
tree13d610ff256af2048fba3c2a4db5168ee957300d /drivers/clk/rockchip/Makefile
parent7c8f03d5f2fae4ce625cdf93d03368825846924f (diff)
downloadlinux-3536c97a52db2848d13512878c65affd98fd29db.tar.xz
clk: rockchip: add rk3368 clock controller
Describe the clock tree and software resets of the rk3368 ARM64 SoC Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.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 fd71c7df03d1..b27edd6c8183 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
obj-y += clk-rk3188.o
obj-y += clk-rk3288.o
+obj-y += clk-rk3368.o