diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-01-19 18:05:31 -0800 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-27 11:49:09 -0800 |
commit | b3ee3eff57817ed5b4f6294b5a3407e4d9fc7014 (patch) | |
tree | d7397c60b385e1f3bfbfa21cef5170fa910277e0 /drivers/clk/qcom/Makefile | |
parent | 4116076e8cbfaacb5925c24a4d22e6b47a96eb42 (diff) | |
download | linux-rt-b3ee3eff57817ed5b4f6294b5a3407e4d9fc7014.tar.gz |
clk: qcom: Add simple regmap based muxes
Add support for muxes that use regmap instead of readl/writel
directly. We don't support as many features as clk-mux.c, but
this is good enough to support getting and setting parents.
Adding a table based lookup can be added in the future if needed.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r-- | drivers/clk/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index ed8976e87c0b..f5e5607f3965 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -7,6 +7,7 @@ clk-qcom-y += clk-rcg.o clk-qcom-y += clk-rcg2.o clk-qcom-y += clk-branch.o clk-qcom-y += clk-regmap-divider.o +clk-qcom-y += clk-regmap-mux.o clk-qcom-y += reset.o obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o |