Skip to content

Commit

Permalink
[ARM] S3C24XX: Support for PWM timer clocks via clk_* API
Browse files Browse the repository at this point in the history
Add support for the PWM timer clock routing via the
standard clk_ API.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Jul 3, 2008
1 parent b4b68f8 commit b999f0d
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ obj-y += gpio.o
obj-y += gpiolib.o
obj-y += time.o
obj-y += clock.o
obj-y += pwm-clock.o

# Architecture dependant builds

Expand Down
Loading

0 comments on commit b999f0d

Please sign in to comment.