aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-pxa
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-04-13 06:29:52 -0400
committerEric Miao <eric.y.miao@gmail.com>2009-06-04 22:32:06 -0400
commita27ba768a11ac7a1d56688d4224cef3a802d1f89 (patch)
treeb6454495caae2103a104c0ae14232eed6e151738 /arch/arm/plat-pxa
parent2a55b910e0d240984860fa0264866c122751bd09 (diff)
[ARM] pxa: add PWM devices support for pxa168/910
Signed-off-by: Mingwei Wang <mingwei.wang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/plat-pxa')
-rw-r--r--arch/arm/plat-pxa/pwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-pxa/pwm.c b/arch/arm/plat-pxa/pwm.c
index 5513c51ff984..a9eabdcfa163 100644
--- a/arch/arm/plat-pxa/pwm.c
+++ b/arch/arm/plat-pxa/pwm.c
@@ -28,6 +28,8 @@ static const struct platform_device_id pwm_id_table[] = {
28 /* PWM has_secondary_pwm? */ 28 /* PWM has_secondary_pwm? */
29 { "pxa25x-pwm", 0 }, 29 { "pxa25x-pwm", 0 },
30 { "pxa27x-pwm", 0 | HAS_SECONDARY_PWM }, 30 { "pxa27x-pwm", 0 | HAS_SECONDARY_PWM },
31 { "pxa168-pwm", 1 },
32 { "pxa910-pwm", 1 },
31 { }, 33 { },
32}; 34};
33MODULE_DEVICE_TABLE(platform, pwm_id_table); 35MODULE_DEVICE_TABLE(platform, pwm_id_table);