aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/devices.h
diff options
context:
space:
mode:
authorMagnus Templing <magnus.templing@stericsson.com>2010-06-18 07:50:32 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:46 -0600
commitf8a8a208e6ee66db57bae4566fadb09467ad716d (patch)
tree91bfb10f12290aab48ac66a62a703bf5ec4c5edf /arch/arm/mach-ux500/include/mach/devices.h
parentdf4714556e745cb8092401c6935fb3d1d456527d (diff)
u5500: Driver for the PWM block in Maja
Implementation of the PWM (Pulse Width Modulation) block in DB5500. The driver implements include/linux/pwm.h. TODO: Request PWMCLK. Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/343 Tested-by: Magnus TEMPLING <magnus.templing@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: I91fe502e88b625f8995e1e5ba96c0aadb741d851 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2629 Reviewed-by: Magnus TEMPLING <magnus.templing@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/devices.h')
-rwxr-xr-xarch/arm/mach-ux500/include/mach/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h
index 5acb60460f3..d334ef897c4 100755
--- a/arch/arm/mach-ux500/include/mach/devices.h
+++ b/arch/arm/mach-ux500/include/mach/devices.h
@@ -51,6 +51,10 @@ extern struct amba_device ux500_uart0_device;
extern struct amba_device ux500_uart1_device;
extern struct amba_device ux500_uart2_device;
extern struct platform_device ske_keypad_device;
+extern struct platform_device u5500_pwm0_device;
+extern struct platform_device u5500_pwm1_device;
+extern struct platform_device u5500_pwm2_device;
+extern struct platform_device u5500_pwm3_device;
#ifdef CONFIG_U5500_MLOADER_HELPER
extern struct platform_device mloader_helper_device;