Skip to content

Commit

Permalink
ARM: S5P6442: Add clock support for S5P6442
Browse files Browse the repository at this point in the history
This patch adds clock support for S5P6442. This patch adds the clock
register definitions and the various system clocks in S5P6442.

Signed-off-by: Adityapratap Sharma <aditya.ps@samsung.com>
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Kukjin Kim authored and Ben Dooks committed Feb 24, 2010
1 parent 5f7f6a4 commit b6f8375
Show file tree
Hide file tree
Showing 5 changed files with 595 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5p6442/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj- :=

# Core support for S5P6442 system

obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o
obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o

# machine support

Loading

0 comments on commit b6f8375

Please sign in to comment.