diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-06-29 22:05:25 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-07-09 04:04:38 +0300 |
commit | 1a7e7c388df10b2636e4ba18cc29ef740fbea6cc (patch) | |
tree | 2a8cb1c6544e3dd1e3d8f23992c3818b82629ddc /drivers/clk/sunxi-ng/Makefile | |
parent | 89a3dfb787072438f72de95ff3fe7b58213e08c1 (diff) | |
download | linux-1a7e7c388df10b2636e4ba18cc29ef740fbea6cc.tar.xz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile index 46f417cb682a..48b885f2d8ff 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 |