diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-19 22:23:13 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 17:34:05 +0200 |
commit | 0b928af1f40f152dd6469f32b7792480048e6b44 (patch) | |
tree | e220bc8640bd513703fce55e2ad700e0dbe7e813 /drivers/clk/spear/Makefile | |
parent | e3978dc7dfcb9e7b022bda775929943b43bdefd8 (diff) | |
download | op-kernel-dev-0b928af1f40f152dd6469f32b7792480048e6b44.zip op-kernel-dev-0b928af1f40f152dd6469f32b7792480048e6b44.tar.gz |
SPEAr13xx: Add common clock framework support
This patch adds SPEAr1310 and SPEAr1340's clock framework support. It is based
on earlier support for SPEAr3xx family.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Reviewed-by: Mike Turquette <mturquette@ti.com>
Diffstat (limited to 'drivers/clk/spear/Makefile')
-rw-r--r-- | drivers/clk/spear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/spear/Makefile b/drivers/clk/spear/Makefile index 3358860..cdb425d 100644 --- a/drivers/clk/spear/Makefile +++ b/drivers/clk/spear/Makefile @@ -6,3 +6,5 @@ obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx_clock.o obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx_clock.o +obj-$(CONFIG_MACH_SPEAR1310) += spear1310_clock.o +obj-$(CONFIG_MACH_SPEAR1340) += spear1340_clock.o |