diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-01 14:17:24 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 17:51:30 +0200 |
commit | 6fc601e37bbb4045ee0afefc76b64284ea800c89 (patch) | |
tree | a13ef2ff40cd759b48a340225720ae6edfeef2d7 /include/asm-arm | |
parent | [ARM] S3C2412: Correct parents for EREFCLK and UREFCLK (diff) | |
download | linux-6fc601e37bbb4045ee0afefc76b64284ea800c89.tar.xz linux-6fc601e37bbb4045ee0afefc76b64284ea800c89.zip |
[ARM] S3C24XX: PWM API support.
Add support for PWM in the S3C24XX series of SoC via the
PWM API.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/plat-s3c24xx/devs.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-arm/plat-s3c24xx/devs.h b/include/asm-arm/plat-s3c24xx/devs.h index f9d6f0317bc1..badaac9d64a8 100644 --- a/include/asm-arm/plat-s3c24xx/devs.h +++ b/include/asm-arm/plat-s3c24xx/devs.h @@ -21,6 +21,8 @@ extern struct s3c24xx_uart_resources s3c2410_uart_resources[]; extern struct platform_device *s3c24xx_uart_devs[]; extern struct platform_device *s3c24xx_uart_src[]; +extern struct platform_device s3c_device_timer[]; + extern struct platform_device s3c_device_usb; extern struct platform_device s3c_device_lcd; extern struct platform_device s3c_device_wdt; @@ -36,11 +38,6 @@ extern struct platform_device s3c_device_spi1; extern struct platform_device s3c_device_nand; -extern struct platform_device s3c_device_timer0; -extern struct platform_device s3c_device_timer1; -extern struct platform_device s3c_device_timer2; -extern struct platform_device s3c_device_timer3; - extern struct platform_device s3c_device_usbgadget; /* s3c2440 specific devices */ |