diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 11:52:33 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:32:38 -0800 |
commit | a8aceccb4d5db0acb476b74051525fb26f57f8ae (patch) | |
tree | 1ea3c1b912f065fab116417d750d208de1973454 /drivers/clk/Makefile | |
parent | 68b9f608679424ea08e6fbead5dc82599bfe667f (diff) | |
download | linux-stable-a8aceccb4d5db0acb476b74051525fb26f57f8ae.tar.gz linux-stable-a8aceccb4d5db0acb476b74051525fb26f57f8ae.tar.bz2 linux-stable-a8aceccb4d5db0acb476b74051525fb26f57f8ae.zip |
CLK: TI: add DT alias clock registration mechanism
Some devices require their clocks to be available with a specific
dev-id con-id mapping. With DT, the clocks can be found by default
only with their name, or alternatively through the device node of
the consumer. With drivers, that don't support DT fully yet, add
mechanism to register specific clock names.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.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 972da894baa1..13c1e91a86bc 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_PLAT_SAMSUNG) += samsung/ obj-$(CONFIG_COMMON_CLK_XGENE) += clk-xgene.o obj-$(CONFIG_COMMON_CLK_KEYSTONE) += keystone/ obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += shmobile/ +obj-$(CONFIG_ARCH_OMAP2PLUS) += ti/ obj-$(CONFIG_X86) += x86/ |