diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-03-28 11:51:37 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-03-28 14:57:07 +0200 |
commit | 115510053e5e5872f1f19a2220b04aab5542c5c4 (patch) | |
tree | 4ab3c6c8522d91cd2b04313a5dcd9a200cee11a3 /drivers/clk/rockchip/Makefile | |
parent | dt-bindings: add bindings for rk3399 clock controller (diff) | |
download | linux-115510053e5e5872f1f19a2220b04aab5542c5c4.tar.xz linux-115510053e5e5872f1f19a2220b04aab5542c5c4.zip |
clk: rockchip: add clock controller for the RK3399
Add the clock tree definition for the new RK3399 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 80b9a379beb4..f47a2fa962d2 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -15,3 +15,4 @@ obj-y += clk-rk3188.o obj-y += clk-rk3228.o obj-y += clk-rk3288.o obj-y += clk-rk3368.o +obj-y += clk-rk3399.o |