diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-09-14 18:30:27 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-10-29 22:07:42 +0400 |
commit | f9f8c0438da2c6d6a4cd8af73097add3850d6084 (patch) | |
tree | 44680f07cd986bb2f311642bf062c0f1ee096ca8 /drivers/clk/Makefile | |
parent | 2968f85185b5806c7adf80e3329ddfe1ecc1aec4 (diff) | |
download | linux-f9f8c0438da2c6d6a4cd8af73097add3850d6084.tar.xz |
CLK: clk-twl6040: Initial clock driver for OMAP4+ McPDM fclk clock
On OMAP4+ platforms the functional clock for the McPDM IP is suplied by
the twl6040 codec (bit clock on the PDM bus).
This common clock driver for twl6040 will register the mcpdm_fclk clock to
be used by the McPDM driver to make sure that the needed clocks are
available when needed.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 71a25b91de00..2701235d5757 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -23,3 +23,4 @@ obj-$(CONFIG_ARCH_VT8500) += clk-vt8500.o # Chip specific obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o +obj-$(CONFIG_CLK_TWL6040) += clk-twl6040.o |