diff options
author | Daniel Mack <daniel@zonque.org> | 2022-01-25 10:33:36 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-01-25 14:23:16 -0800 |
commit | 5edffb980519c3d59f93fdaff7249af83c3a3495 (patch) | |
tree | a07b3bea11f46a9b97642350f953e913cc941d87 /drivers/clk/Kconfig | |
parent | 2f3d32fe9df80a65485c548a145916145fc99d68 (diff) | |
download | linux-5edffb980519c3d59f93fdaff7249af83c3a3495.tar.gz linux-5edffb980519c3d59f93fdaff7249af83c3a3495.tar.bz2 linux-5edffb980519c3d59f93fdaff7249af83c3a3495.zip |
clk: cs2000-cp: convert driver to regmap
Regmap gives us caching, debugging infrastructure and other things for
free and does away with open-coded bit-fiddling implementations.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20220125093336.226787-10-daniel@zonque.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index ad4256d54361..87ff6e2263f9 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -197,6 +197,7 @@ config COMMON_CLK_CDCE925 config COMMON_CLK_CS2000_CP tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier" depends on I2C + select REGMAP_I2C help If you say yes here you get support for the CS2000 clock multiplier. |