Skip to content

Commit 652c108

Browse files
Elaine Zhangmmind
authored andcommitted
clk: rockchip: Add clock controller for the RV1126B
Add the clock and reset tree definitions for the new rv1126b SoC. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Link: https://patch.msgid.link/20251111025738.869847-4-zhangqing@rock-chips.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent d0d9a96 commit 652c108

5 files changed

Lines changed: 1636 additions & 0 deletions

File tree

drivers/clk/rockchip/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ config CLK_RV1126
3030
help
3131
Build the driver for RV1126 Clock Driver.
3232

33+
config CLK_RV1126B
34+
bool "Rockchip RV1126B clock controller support"
35+
depends on ARM64 || COMPILE_TEST
36+
default y
37+
help
38+
Build the driver for RV1126B Clock Driver.
39+
3340
config CLK_RK3036
3441
bool "Rockchip RK3036 clock controller support"
3542
depends on ARM || COMPILE_TEST

drivers/clk/rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ clk-rockchip-$(CONFIG_RESET_CONTROLLER) += softrst.o
2020
obj-$(CONFIG_CLK_PX30) += clk-px30.o
2121
obj-$(CONFIG_CLK_RV110X) += clk-rv1108.o
2222
obj-$(CONFIG_CLK_RV1126) += clk-rv1126.o
23+
obj-$(CONFIG_CLK_RV1126B) += clk-rv1126b.o rst-rv1126b.o
2324
obj-$(CONFIG_CLK_RK3036) += clk-rk3036.o
2425
obj-$(CONFIG_CLK_RK312X) += clk-rk3128.o
2526
obj-$(CONFIG_CLK_RK3188) += clk-rk3188.o

0 commit comments

Comments
 (0)