diff options
author | Elaine Zhang <zhangqing@rock-chips.com> | 2018-06-15 05:16:51 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-07-06 20:17:57 +0300 |
commit | 243229b11121fbc90d9ee875292dfc75ecf53040 (patch) | |
tree | e4f213f567c9bb932a7e5fae6153c0826c9c87e5 /drivers/clk/rockchip/Makefile | |
parent | 956060a52795a060833e8de2d1bb89209e61bed2 (diff) | |
download | linux-243229b11121fbc90d9ee875292dfc75ecf53040.tar.xz |
clk: rockchip: add clock controller for px30
Add the clock tree definition for the new px30 SoC.
Signed-off-by: Elaine Zhang <zhangqing@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 4d4b7dee1675..ff35ab463a6f 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -13,6 +13,7 @@ obj-y += clk-muxgrf.o obj-y += clk-ddr.o obj-$(CONFIG_RESET_CONTROLLER) += softrst.o +obj-y += clk-px30.o obj-y += clk-rv1108.o obj-y += clk-rk3036.o obj-y += clk-rk3128.o |