From f607a6e22f518f09b81c41956c840ff96dc809e6 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Wed, 25 Mar 2009 17:19:14 +0000 Subject: [PATCH] MINI2440: Enable the backlight LED earlier at boot time Makes use of the new flag that allows s3c24xx LED to start in the "on" state Signed-off-by: Michel Pollet --- arch/arm/mach-s3c2440/mach-mini2440.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c index 1c3382fefdd..8a78afbeade 100644 --- a/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/arch/arm/mach-s3c2440/mach-mini2440.c @@ -430,6 +430,7 @@ static struct s3c24xx_led_platdata mini2440_led4_pdata __initdata = { static struct s3c24xx_led_platdata mini2440_led_backlight_pdata __initdata = { .name = "backlight", .gpio = S3C2410_GPG(4), + .flags = S3C24XX_LEDF_STARTON, .def_trigger = "backlight", }; -- 2.11.4.GIT