diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-11-16 16:49:23 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-11-16 12:37:37 +0100 |
commit | e44dde27949254b7da7259ab90864c211c14ade3 (patch) | |
tree | 8dba2fb525c2cf4f75abed81c7b0fe71b067ea3f /drivers/clk/rockchip/Makefile | |
parent | aac343ebb35e3428cf3b101cc16f8aa082817b37 (diff) | |
download | op-kernel-dev-e44dde27949254b7da7259ab90864c211c14ade3.zip op-kernel-dev-e44dde27949254b7da7259ab90864c211c14ade3.tar.gz |
clk: rockchip: add clock controller for rk1108
Add the clock tree definition and driver for rk1108 SoC.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Tested-by: Jacob Chen <jacob2.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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile index b5f2c8e..16e098c 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -11,6 +11,7 @@ obj-y += clk-mmc-phase.o obj-y += clk-ddr.o obj-$(CONFIG_RESET_CONTROLLER) += softrst.o +obj-y += clk-rk1108.o obj-y += clk-rk3036.o obj-y += clk-rk3188.o obj-y += clk-rk3228.o |