diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 10:24:27 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 15:51:23 (GMT) |
commit | b999f0db941f56bb0f68ebf455f6e2960cfd5804 (patch) | |
tree | 50021b2d4083d0f7e88d5b795683108d7cff25e8 /arch/arm/plat-s3c24xx/Makefile | |
parent | b4b68f8cfaf583945019e41674cfa858c83316c3 (diff) | |
download | linux-fsl-qoriq-b999f0db941f56bb0f68ebf455f6e2960cfd5804.tar.xz |
[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>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 += gpio.o obj-y += gpiolib.o obj-y += time.o obj-y += clock.o +obj-y += pwm-clock.o # Architecture dependant builds |