Skip to content

Commit

Permalink
clk: samsung: add pll clock registration helper functions
Browse files Browse the repository at this point in the history
There are several types of pll clocks used in Samsung SoC's and these
pll clocks can be represented as Samsung specific pll clock types and
registered with the common clock framework. Add support for pll35xx,
pll36xx, pll45xx, pll46xx and pll2550x clock types and helper functions
to register them.

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Tested-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Thomas Abraham authored and kgene committed Mar 25, 2013
1 parent 721c42a commit 1c4c5fe
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Samsung Clock specific Makefile
#

obj-$(CONFIG_COMMON_CLK) += clk.o
obj-$(CONFIG_COMMON_CLK) += clk.o clk-pll.o
Loading

0 comments on commit 1c4c5fe

Please sign in to comment.