Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2a76020 authored by Arnaud Patard's avatar Arnaud Patard Committed by Russell King
Browse files

[ARM] 4176/1: H1940 leds



H1940 leds device addition.

Signed-off-by: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ecd1b171
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -175,6 +175,11 @@ static struct s3c2410fb_mach_info h1940_lcdcfg __initdata = {
	.bpp=		{16,16,16},
	.bpp=		{16,16,16},
};
};


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

static struct platform_device *h1940_devices[] __initdata = {
static struct platform_device *h1940_devices[] __initdata = {
	&s3c_device_usb,
	&s3c_device_usb,
	&s3c_device_lcd,
	&s3c_device_lcd,
@@ -182,6 +187,7 @@ static struct platform_device *h1940_devices[] __initdata = {
	&s3c_device_i2c,
	&s3c_device_i2c,
	&s3c_device_iis,
	&s3c_device_iis,
	&s3c_device_usbgadget,
	&s3c_device_usbgadget,
	&s3c_device_leds,
};
};


static struct s3c24xx_board h1940_board __initdata = {
static struct s3c24xx_board h1940_board __initdata = {