* [PATCH] ep93xx: register the pwm devices on the ts-72xx dev boards
@ 2010-01-06 6:40 Matthieu Crapet
0 siblings, 0 replies; only message in thread
From: Matthieu Crapet @ 2010-01-06 6:40 UTC (permalink / raw)
To: linux-arm-kernel
ep93xx: register the pwm devices on the ts-72xx dev boards
Add the platform init code to register the pwm devices that exist
on the various ts-72xx development boards.
Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index 259f782..1a831a5 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -177,6 +177,9 @@ static void __init ts72xx_init_machine(void)
platform_device_register(&ts72xx_rtc_device);
ep93xx_register_eth(&ts72xx_eth_data, 1);
+
+ /* PWM1 is DIO_6 on TS-72xx header */
+ ep93xx_register_pwm(0, 1);
}
MACHINE_START(TS72XX, "Technologic Systems TS-72xx SBC")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-06 6:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 6:40 [PATCH] ep93xx: register the pwm devices on the ts-72xx dev boards Matthieu Crapet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).