Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b928af1 authored by Viresh Kumar's avatar Viresh Kumar Committed by Arnd Bergmann
Browse files

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: default avatarViresh Kumar <viresh.kumar@st.com>
Reviewed-by: default avatarMike Turquette <mturquette@ti.com>
parent e3978dc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1106 −0

File added.

Preview size limit exceeded, changes collapsed.

+964 −0

File added.

Preview size limit exceeded, changes collapsed.