| commit | b999f0db941f56bb0f68ebf455f6e2960cfd5804 | [log] [tgz] |
|---|---|---|
| author | Ben Dooks <ben-linux@fluff.org> | Thu Jul 03 11:24:27 2008 +0100 |
| committer | Ben Dooks <ben-linux@fluff.org> | Thu Jul 03 16:51:23 2008 +0100 |
| tree | 50021b2d4083d0f7e88d5b795683108d7cff25e8 | |
| parent | b4b68f8cfaf583945019e41674cfa858c83316c3 [diff] [blame] |
[ARM] S3C24XX: Support for PWM timer clocks via clk_* API Add support for the PWM timer clock routing via the standard clk_ API. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index b91e625..c925d57 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile
@@ -19,6 +19,7 @@ obj-y += gpiolib.o obj-y += time.o obj-y += clock.o +obj-y += pwm-clock.o # Architecture dependant builds