Skip to content

Commit dd22e56

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: Add family-specific clock driver for RZ/V2H(P)
Add family-specific clock driver for RZ/V2H(P) SoCs. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 042859e commit dd22e56

File tree

4 files changed

+838
-0
lines changed

4 files changed

+838
-0
lines changed

drivers/clk/renesas/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ config CLK_RZG2L
228228
bool "RZ/{G2L,G2UL,G3S,V2L} family clock support" if COMPILE_TEST
229229
select RESET_CONTROLLER
230230

231+
config CLK_RZV2H
232+
bool "RZ/V2H(P) family clock support" if COMPILE_TEST
233+
select RESET_CONTROLLER
234+
231235
# Generic
232236
config CLK_RENESAS_CPG_MSSR
233237
bool "CPG/MSSR clock support" if COMPILE_TEST

drivers/clk/renesas/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ obj-$(CONFIG_CLK_RCAR_GEN3_CPG) += rcar-gen3-cpg.o
4646
obj-$(CONFIG_CLK_RCAR_GEN4_CPG) += rcar-gen4-cpg.o
4747
obj-$(CONFIG_CLK_RCAR_USB2_CLOCK_SEL) += rcar-usb2-clock-sel.o
4848
obj-$(CONFIG_CLK_RZG2L) += rzg2l-cpg.o
49+
obj-$(CONFIG_CLK_RZV2H) += rzv2h-cpg.o
4950

5051
# Generic
5152
obj-$(CONFIG_CLK_RENESAS_CPG_MSSR) += renesas-cpg-mssr.o

0 commit comments

Comments
 (0)