Commit 87976c04 authored by Richard Purdie's avatar Richard Purdie Committed by Russell King

[ARM PATCH] 2428/1: PXA Corgi - Add Backlight Device Definition

Patch from Richard Purdie

Add a device definition to enable the backlight on the corgi
machines (Sharp SL-C7xx series).
[The backlight driver has been submitted to linux-fbdev-devel]
[Applies after 2426/1]

Signed-off-by: Richard Purdie
Signed-off-by: Russell King
parent 89b07be1
......@@ -115,6 +115,18 @@ static struct platform_device corgifb_device = {
};
/*
* Corgi Backlight Device
*/
static struct platform_device corgibl_device = {
.name = "corgi-bl",
.dev = {
.parent = &corgifb_device.dev,
},
.id = -1,
};
/*
* MMC/SD Device
*
......@@ -216,6 +228,7 @@ static struct platform_device *devices[] __initdata = {
&corgiscoop_device,
&corgissp_device,
&corgifb_device,
&corgibl_device,
};
static struct sharpsl_flash_param_info sharpsl_flash_param;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment