Skip to content

Commit cf911d8

Browse files
Elaine Zhangmmind
authored andcommitted
clk: rockchip: add clock controller for rk3568
Add the clock tree definition for the new rk3568 SoC. Signed-off-by: Elaine Zhang <[email protected]> Reviewed-by: Kever Yang <[email protected]> Acked-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent a3561e7 commit cf911d8

File tree

4 files changed

+1762
-1
lines changed

4 files changed

+1762
-1
lines changed

drivers/clk/rockchip/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,11 @@ config CLK_RK3399
8585
default y
8686
help
8787
Build the driver for RK3399 Clock Driver.
88+
89+
config CLK_RK3568
90+
tristate "Rockchip RK3568 clock controller support"
91+
depends on ARM64 || COMPILE_TEST
92+
default y
93+
help
94+
Build the driver for RK3568 Clock Driver.
8895
endif

drivers/clk/rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ obj-$(CONFIG_CLK_RK3308) += clk-rk3308.o
2626
obj-$(CONFIG_CLK_RK3328) += clk-rk3328.o
2727
obj-$(CONFIG_CLK_RK3368) += clk-rk3368.o
2828
obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
29+
obj-$(CONFIG_CLK_RK3568) += clk-rk3568.o

0 commit comments

Comments
 (0)