From: Michel Pollet Date: Wed, 25 Mar 2009 17:19:14 +0000 (+0000) Subject: MINI2440: Enable the backlight LED earlier at boot time X-Git-Url: https://repo.or.cz/w/linux-2.6/mini2440.git/commitdiff_plain/f607a6e22f518f09b81c41956c840ff96dc809e6 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 --- 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", };