summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-29 21:05:25 +0200
committerMichael Turquette <mturquette@baylibre.com>2016-07-08 18:04:38 -0700
commit1a7e7c388df10b2636e4ba18cc29ef740fbea6cc (patch)
tree2a8cb1c6544e3dd1e3d8f23992c3818b82629ddc /drivers/clk/sunxi-ng/Makefile
parent89a3dfb787072438f72de95ff3fe7b58213e08c1 (diff)
downloadop-kernel-dev-1a7e7c388df10b2636e4ba18cc29ef740fbea6cc.zip
op-kernel-dev-1a7e7c388df10b2636e4ba18cc29ef740fbea6cc.tar.gz
clk: sunxi-ng: Add gate clock support
Some clocks in the Allwinner SoCs clocks unit are just simple gates. Add support for those clocks. Since it's a feature that can also be found in more complex clocks, provide a bunch of helpers that can be reused later on. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160629190535.11855-5-maxime.ripard@free-electrons.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Makefile')
-rw-r--r--drivers/clk/sunxi-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile
index 46f417c..48b885f2 100644
--- a/drivers/clk/sunxi-ng/Makefile
+++ b/drivers/clk/sunxi-ng/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_SUNXI_CCU) += ccu_reset.o
# Base clock types
obj-$(CONFIG_SUNXI_CCU_FRAC) += ccu_frac.o
+obj-$(CONFIG_SUNXI_CCU_GATE) += ccu_gate.o
OpenPOWER on IntegriCloud