[PATCH] ep93xx: register the pwm devices on the ts72xx dev boards
Matthieu Crapet
mcrapet at gmail.com
Mon Mar 8 13:06:48 EST 2010
Add the platform init code to register the pwm device that exist
on the various ts72xx development boards.
Signed-off-by: Matthieu Crapet <mcrapet at gmail.com>
---
arch/arm/mach-ep93xx/ts72xx.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index 259f782..1acb7bf 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -176,6 +176,9 @@ static void __init ts72xx_init_machine(void)
ts72xx_register_flash();
platform_device_register(&ts72xx_rtc_device);
+ /* PWM1 is DIO_6 on TS-72xx header */
+ ep93xx_register_pwm(0, 1);
+
ep93xx_register_eth(&ts72xx_eth_data, 1);
}
--
1.6.6.1
More information about the linux-arm-kernel
mailing list