Skip to content

Commit

Permalink
clk: rockchip: Add clock controller for the RK3588
Browse files Browse the repository at this point in the history
Add the clock tree definition for the new RK3588 SoC.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
[rebase]
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
  • Loading branch information
Elaine Zhang authored and intel-lab-lkp committed Apr 22, 2022
1 parent 8e90c5b commit 6736e6f
Show file tree
Hide file tree
Showing 4 changed files with 2,546 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/clk/rockchip/Kconfig
Expand Up @@ -92,4 +92,11 @@ config CLK_RK3568
default y
help
Build the driver for RK3568 Clock Driver.

config CLK_RK3588
tristate "Rockchip RK3588 clock controller support"
depends on ARM64 || COMPILE_TEST
default y
help
Build the driver for RK3588 Clock Driver.
endif
1 change: 1 addition & 0 deletions drivers/clk/rockchip/Makefile
Expand Up @@ -27,3 +27,4 @@ obj-$(CONFIG_CLK_RK3328) += clk-rk3328.o
obj-$(CONFIG_CLK_RK3368) += clk-rk3368.o
obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
obj-$(CONFIG_CLK_RK3568) += clk-rk3568.o
obj-$(CONFIG_CLK_RK3588) += clk-rk3588.o

0 comments on commit 6736e6f

Please sign in to comment.