diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2015-11-05 10:33:58 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-11-23 23:59:19 +0300 |
commit | 5190c08b29899131a183ea5802b9397918cca1ae (patch) | |
tree | 3a052d259e110217fd4ef284395cfd28e68eb46e /drivers/clk/rockchip/Makefile | |
parent | 9c4d6e55377bc9232a33c7388accb5bd10771eba (diff) | |
download | linux-5190c08b29899131a183ea5802b9397918cca1ae.tar.xz |
clk: rockchip: add clock controller for rk3036
Add the clock tree definition for the new rk3036 SoC.
Signed-off-by: Xing Zheng <zhengxing@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 b27edd6c8183..d599829a021a 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -10,6 +10,7 @@ obj-y += clk-inverter.o obj-y += clk-mmc-phase.o obj-$(CONFIG_RESET_CONTROLLER) += softrst.o +obj-y += clk-rk3036.o obj-y += clk-rk3188.o obj-y += clk-rk3288.o obj-y += clk-rk3368.o |