[PATCH 1/3] gta02 led fixes
Holger Freyther
zecke at openmoko.org
Wed Apr 9 23:45:19 CEST 2008
From 349389fa54e970a912400077d708295e05ef517c Mon Sep 17 00:00:00 2001
From: Holger Freyther <zecke at openmoko.org>
Date: Wed, 9 Apr 2008 15:11:58 +0200
Subject: [PATCH] [leds] We would enable PWM for all four timers, disable it
for all four as well
Currently we do not use the PWM code to drive the LEDS. We have enabled the
PWM
for four timer sources but disable it only for three, fix that up.
---
drivers/leds/leds-neo1973-gta02.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/leds/leds-neo1973-gta02.c
b/drivers/leds/leds-neo1973-gta02.c
index bf1d540..d7f73f1 100644
--- a/drivers/leds/leds-neo1973-gta02.c
+++ b/drivers/leds/leds-neo1973-gta02.c
@@ -161,6 +161,7 @@ static int __init gta02led_probe(struct platform_device
*pdev)
case S3C2410_GPB0:
case S3C2410_GPB1:
case S3C2410_GPB2:
+ case S3C2410_GPB3:
lp->has_pwm = 0;
s3c2410_gpio_cfgpin(lp->gpio, S3C2410_GPIO_OUTPUT);
s3c2410_gpio_setpin(lp->gpio, 0);
--
1.5.3
More information about the openmoko-kernel
mailing list