Skip to content

Commit

Permalink
rockchip: clk: Add clk driver for rk3308
Browse files Browse the repository at this point in the history
Add clk controller driver for RK3308 SOC.

This patch depends on Elaine's pll patch[0].

[0]http://patchwork.ozlabs.org/patch/1183718/

Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
  • Loading branch information
finley1226 authored and keveryang committed Nov 17, 2019
1 parent f1a2252 commit fe9efbc
Show file tree
Hide file tree
Showing 3 changed files with 1,460 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 @@ -10,6 +10,7 @@ obj-$(CONFIG_ROCKCHIP_RK3128) += clk_rk3128.o
obj-$(CONFIG_ROCKCHIP_RK3188) += clk_rk3188.o
obj-$(CONFIG_ROCKCHIP_RK322X) += clk_rk322x.o
obj-$(CONFIG_ROCKCHIP_RK3288) += clk_rk3288.o
obj-$(CONFIG_ROCKCHIP_RK3308) += clk_rk3308.o
obj-$(CONFIG_ROCKCHIP_RK3328) += clk_rk3328.o
obj-$(CONFIG_ROCKCHIP_RK3368) += clk_rk3368.o
obj-$(CONFIG_ROCKCHIP_RK3399) += clk_rk3399.o
Expand Down
Loading

0 comments on commit fe9efbc

Please sign in to comment.