diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2023-07-05 18:10:00 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-07-19 16:39:55 -0700 |
commit | 6e9aff555db7b6816076121ac3feebc3006de9ad (patch) | |
tree | e5c9357b4ad11cbaff9bab10ad40d9e93e1d1d51 /drivers/clk/Kconfig | |
parent | a03d23f860eb438c7da88f934448e6caa0f92851 (diff) |
clk: Add support for versa3 clock driver
Add support for Renesas versa3 clock driver(5p35023).
The clock generator provides 6 output clocks.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230705171000.85786-3-biju.das.jz@bp.renesas.com
[sboyd@kernel.org: Add newline to printk]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 93f38a8178ba..3c83c50aa10c 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -385,6 +385,15 @@ config COMMON_CLK_SI521XX This driver supports the SkyWorks Si521xx PCIe clock generator models Si52144/Si52146/Si52147. +config COMMON_CLK_VC3 + tristate "Clock driver for Renesas VersaClock 3 devices" + depends on I2C + depends on OF + select REGMAP_I2C + help + This driver supports the Renesas VersaClock 3 programmable clock + generators. + config COMMON_CLK_VC5 tristate "Clock driver for IDT VersaClock 5,6 devices" depends on I2C |