Skip to content

Commit

Permalink
[ARM] 4176/1: H1940 leds
Browse files Browse the repository at this point in the history
H1940 leds device addition.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Arnaud Patard authored and Russell King committed Feb 14, 2007
1 parent ecd1b17 commit d2a7602
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-s3c2410/mach-h1940.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,19 @@ static struct s3c2410fb_mach_info h1940_lcdcfg __initdata = {
.bpp= {16,16,16},
};

static struct platform_device s3c_device_leds = {
.name = "h1940-leds",
.id = -1,
};

static struct platform_device *h1940_devices[] __initdata = {
&s3c_device_usb,
&s3c_device_lcd,
&s3c_device_wdt,
&s3c_device_i2c,
&s3c_device_iis,
&s3c_device_usbgadget,
&s3c_device_leds,
};

static struct s3c24xx_board h1940_board __initdata = {
Expand Down

0 comments on commit d2a7602

Please sign in to comment.