Skip to content

Commit

Permalink
clk: rockchip: add clock controller for rk3128
Browse files Browse the repository at this point in the history
Add the clock tree definition for the new rk3128 SoC.
And it also applies to the RK3126 SoC.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Elaine Zhang authored and Heiko Stuebner committed Jun 2, 2017
1 parent de2ddc3 commit f6022e8
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_RESET_CONTROLLER) += softrst.o

obj-y += clk-rv1108.o
obj-y += clk-rk3036.o
obj-y += clk-rk3128.o
obj-y += clk-rk3188.o
obj-y += clk-rk3228.o
obj-y += clk-rk3288.o
Expand Down
Loading

0 comments on commit f6022e8

Please sign in to comment.