aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/saar.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c
index 8241a63ea589..de588636f724 100644
--- a/arch/arm/mach-pxa/saar.c
+++ b/arch/arm/mach-pxa/saar.c
@@ -451,10 +451,15 @@ static inline void saar_init_lcd(void) {}
451#endif 451#endif
452 452
453#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE) 453#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
454static struct da9034_backlight_pdata saar_da9034_backlight = {
455 .output_current = 4, /* 4mA */
456};
457
454static struct da903x_subdev_info saar_da9034_subdevs[] = { 458static struct da903x_subdev_info saar_da9034_subdevs[] = {
455 [0] = { 459 [0] = {
456 .name = "da903x-backlight", 460 .name = "da903x-backlight",
457 .id = DA9034_ID_WLED, 461 .id = DA9034_ID_WLED,
462 .platform_data = &saar_da9034_backlight,
458 }, 463 },
459}; 464};
460 465