[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Andy Green agreen at octopus.localdomain
Mon Jun 8 17:29:13 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit d0b385e82cbee87cf6ef17a058e8b26a03a04819
Author: Matt Hsu <matt_hsu at openmoko.org>
Date:   Fri Mar 6 12:28:36 2009 +0000

    Add LED channel information in lp5521 platform data for 3d7k.
    
    
    Signed-off-by: Matt Hsu <matt_hsu at openmoko.org>

diff --git a/arch/arm/mach-s3c6410/mach-om-3d7k.c b/arch/arm/mach-s3c6410/mach-om-3d7k.c
index 79b24bb..54697da 100644
--- a/arch/arm/mach-s3c6410/mach-om-3d7k.c
+++ b/arch/arm/mach-s3c6410/mach-om-3d7k.c
@@ -915,6 +915,11 @@ static void om_3d7k_lp5521_chip_enable(int level)
 }
 
 static struct lp5521_platform_data om_3d7k_lp5521_pdata = {
+	 .channels = {
+		[LP5521_BLUE] = LP5521_CONNECTED,
+		[LP5521_GREEN] = LP5521_CONNECTED,
+		[LP5521_RED] = LP5521_NC,
+	},
 	.ext_enable = om_3d7k_lp5521_chip_enable,
 };
 

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list