Skip to content

Commit

Permalink
ARM: S3C2443: Move parts of the clock code to common clock file
Browse files Browse the repository at this point in the history
To share code with some of the newer parts such as the S3C2416, move
parts of arch/arm/mach-s3c2443/clock.c to a common file called
arch/arm/plat-s3c24xx/s3c2443-clock.c.

Update the build configuration to deal with this new file.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed May 10, 2010
1 parent d11a7d7 commit af337f3
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 446 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c2443/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config CPU_S3C2443
select S3C2443_DMA if S3C2410_DMA
select CPU_LLSERIAL_S3C2440
select SAMSUNG_CLKSRC
select S3C2443_CLOCK
help
Support for the S3C2443 SoC from the S3C24XX line

Expand Down
Loading

0 comments on commit af337f3

Please sign in to comment.