diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-10-12 15:52:50 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-15 09:42:48 +0100 |
commit | 179c8fb3c2a6cc86cc746e6d071be00f611328de (patch) | |
tree | eb7fb7c6c342de2ac1d32d3e4cebb922ff42ca3d /drivers/clk/versatile/Kconfig | |
parent | ARM: realview: remove private barrier implementation (diff) | |
download | linux-179c8fb3c2a6cc86cc746e6d071be00f611328de.tar.xz linux-179c8fb3c2a6cc86cc746e6d071be00f611328de.zip |
clk: versatile-icst: convert to use regmap
Instead of passing around register bases, pass around a regmap
in this driver. This refactoring make things so much easier when
we later want to manage an ICST that is part of a syscon.
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/Kconfig')
-rw-r--r-- | drivers/clk/versatile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/Kconfig b/drivers/clk/versatile/Kconfig index fc50b6264bed..e733385bca9f 100644 --- a/drivers/clk/versatile/Kconfig +++ b/drivers/clk/versatile/Kconfig @@ -1,6 +1,7 @@ config COMMON_CLK_VERSATILE bool "Clock driver for ARM Reference designs" depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 || COMPILE_TEST + select REGMAP_MMIO ---help--- Supports clocking on ARM Reference designs: - Integrator/AP and Integrator/CP |