diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-07-05 11:00:20 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-06 15:09:22 -0700 |
commit | 3536c97a52db2848d13512878c65affd98fd29db (patch) | |
tree | 13d610ff256af2048fba3c2a4db5168ee957300d /drivers/clk/rockchip/Makefile | |
parent | 7c8f03d5f2fae4ce625cdf93d03368825846924f (diff) |
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/Makefile | 1 |
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 |