diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-04-12 15:17:21 -0400 |
---|---|---|
committer | Tomasz Figa <tomasz.figa@gmail.com> | 2013-08-05 19:21:45 -0400 |
commit | 95e43d4640b9891482c46470389fe8bf7267079d (patch) | |
tree | 746d3b0ce7508d121b1379fcc5278481bb6f94c4 /arch/arm/plat-samsung/include/plat/devs.h | |
parent | 49d9eab595b50be74be51ce30843358cfc43bb14 (diff) |
ARM: SAMSUNG: Add new PWM platform device
This patch adds new samsung_device_pwm platform device that represents
the whole PWM/timer block and includes memory and IRQ resources.
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Mark Brown <broonie@linaro.org>
Tested-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/devs.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/devs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/devs.h b/arch/arm/plat-samsung/include/plat/devs.h index 87d501ff3328..0dc4ac4909b0 100644 --- a/arch/arm/plat-samsung/include/plat/devs.h +++ b/arch/arm/plat-samsung/include/plat/devs.h | |||
@@ -134,6 +134,7 @@ extern struct platform_device exynos4_device_spdif; | |||
134 | 134 | ||
135 | extern struct platform_device samsung_asoc_idma; | 135 | extern struct platform_device samsung_asoc_idma; |
136 | extern struct platform_device samsung_device_keypad; | 136 | extern struct platform_device samsung_device_keypad; |
137 | extern struct platform_device samsung_device_pwm; | ||
137 | 138 | ||
138 | /* s3c2440 specific devices */ | 139 | /* s3c2440 specific devices */ |
139 | 140 | ||