diff options
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index c094d99ebf56..19b372df544a 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <asm/mach/irq.h> | 33 | #include <asm/mach/irq.h> |
34 | 34 | ||
35 | #include <asm/arch/pxa-regs.h> | 35 | #include <asm/arch/pxa-regs.h> |
36 | #include <asm/arch/irq.h> | ||
37 | #include <asm/arch/irda.h> | 36 | #include <asm/arch/irda.h> |
38 | #include <asm/arch/mmc.h> | 37 | #include <asm/arch/mmc.h> |
39 | #include <asm/arch/ohci.h> | 38 | #include <asm/arch/ohci.h> |
@@ -221,6 +220,8 @@ struct corgissp_machinfo spitz_ssp_machinfo = { | |||
221 | * Spitz Backlight Device | 220 | * Spitz Backlight Device |
222 | */ | 221 | */ |
223 | static struct corgibl_machinfo spitz_bl_machinfo = { | 222 | static struct corgibl_machinfo spitz_bl_machinfo = { |
223 | .default_intensity = 0x1f, | ||
224 | .limit_mask = 0x0b, | ||
224 | .max_intensity = 0x2f, | 225 | .max_intensity = 0x2f, |
225 | }; | 226 | }; |
226 | 227 | ||
@@ -243,6 +244,14 @@ static struct platform_device spitzkbd_device = { | |||
243 | 244 | ||
244 | 245 | ||
245 | /* | 246 | /* |
247 | * Spitz LEDs | ||
248 | */ | ||
249 | static struct platform_device spitzled_device = { | ||
250 | .name = "spitz-led", | ||
251 | .id = -1, | ||
252 | }; | ||
253 | |||
254 | /* | ||
246 | * Spitz Touch Screen Device | 255 | * Spitz Touch Screen Device |
247 | */ | 256 | */ |
248 | static struct resource spitzts_resources[] = { | 257 | static struct resource spitzts_resources[] = { |
@@ -419,6 +428,7 @@ static struct platform_device *devices[] __initdata = { | |||
419 | &spitzkbd_device, | 428 | &spitzkbd_device, |
420 | &spitzts_device, | 429 | &spitzts_device, |
421 | &spitzbl_device, | 430 | &spitzbl_device, |
431 | &spitzled_device, | ||
422 | }; | 432 | }; |
423 | 433 | ||
424 | static void __init common_init(void) | 434 | static void __init common_init(void) |
@@ -468,6 +478,8 @@ struct platform_device akitaioexp_device = { | |||
468 | .id = -1, | 478 | .id = -1, |
469 | }; | 479 | }; |
470 | 480 | ||
481 | EXPORT_SYMBOL_GPL(akitaioexp_device); | ||
482 | |||
471 | static void __init akita_init(void) | 483 | static void __init akita_init(void) |
472 | { | 484 | { |
473 | spitz_ficp_platform_data.transceiver_mode = akita_irda_transceiver_mode; | 485 | spitz_ficp_platform_data.transceiver_mode = akita_irda_transceiver_mode; |