Skip to content

Commit

Permalink
arm: vt8500: clk: Add Common Clock Framework support
Browse files Browse the repository at this point in the history
This patch adds common clock framework support for arch-vt8500.
Support for PLL and device clocks on VT8500, WM8505 and WM8650
are included.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Tony Prisk committed Sep 21, 2012
1 parent e7b9953 commit 85814d6
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ obj-$(CONFIG_ARCH_SOCFPGA) += socfpga/
obj-$(CONFIG_PLAT_SPEAR) += spear/
obj-$(CONFIG_ARCH_U300) += clk-u300.o
obj-$(CONFIG_ARCH_INTEGRATOR) += versatile/
obj-$(CONFIG_ARCH_VT8500) += clk-vt8500.o

# Chip specific
obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o
Loading

0 comments on commit 85814d6

Please sign in to comment.