Skip to content

Commit 18191dd

Browse files
Elaine Zhangmmind
authored andcommitted
clk: rockchip: Add clock and reset driver for RK3506
Add the clock and reset tree definitions for the new RK3506 SoC. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Link: https://patch.msgid.link/20251121075350.2564860-3-zhangqing@rock-chips.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 84898f8 commit 18191dd

5 files changed

Lines changed: 1116 additions & 0 deletions

File tree

drivers/clk/rockchip/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ config CLK_RK3399
100100
help
101101
Build the driver for RK3399 Clock Driver.
102102

103+
config CLK_RK3506
104+
bool "Rockchip RK3506 clock controller support"
105+
depends on ARM || COMPILE_TEST
106+
default y
107+
help
108+
Build the driver for RK3506 Clock Driver.
109+
103110
config CLK_RK3528
104111
bool "Rockchip RK3528 clock controller support"
105112
depends on ARM64 || COMPILE_TEST

drivers/clk/rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ obj-$(CONFIG_CLK_RK3308) += clk-rk3308.o
3030
obj-$(CONFIG_CLK_RK3328) += clk-rk3328.o
3131
obj-$(CONFIG_CLK_RK3368) += clk-rk3368.o
3232
obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
33+
obj-$(CONFIG_CLK_RK3506) += clk-rk3506.o rst-rk3506.o
3334
obj-$(CONFIG_CLK_RK3528) += clk-rk3528.o rst-rk3528.o
3435
obj-$(CONFIG_CLK_RK3562) += clk-rk3562.o rst-rk3562.o
3536
obj-$(CONFIG_CLK_RK3568) += clk-rk3568.o

0 commit comments

Comments
 (0)