diff options
| author | Andy Yan <[email protected]> | 2017-06-01 18:00:36 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-06-07 07:29:25 -0600 |
| commit | bae2f282a96e400a2bbcc8a545598289f36e1c32 (patch) | |
| tree | 83b21bce52f9c4a40c9446a0e48c2f81fe222bbf /drivers/clk/rockchip/Makefile | |
| parent | 09aa7c468cd3f93c2eb9286bbdb163c914d3c2ae (diff) | |
rockchip: clk: Add rv1108 clock driver
Add clock driver support for Rockchip rv1108 soc
Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 8dc60f89230..e404c0cdb90 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -10,3 +10,4 @@ obj-$(CONFIG_ROCKCHIP_RK3288) += clk_rk3288.o obj-$(CONFIG_ROCKCHIP_RK3328) += clk_rk3328.o obj-$(CONFIG_ROCKCHIP_RK3368) += clk_rk3368.o obj-$(CONFIG_ROCKCHIP_RK3399) += clk_rk3399.o +obj-$(CONFIG_ROCKCHIP_RV1108) += clk_rv1108.o |
