Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172563
b: refs/heads/master
c: 70c7d2d
h: refs/heads/master
i:
  172561: faab24b
  172559: 0b56bce
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Dec 1, 2009
1 parent 9cb6d8c commit 6364de7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3a8549593696f5f3efcdbf280e2c8e0fe894855
refs/heads/master: 70c7d2dd276dfb6aa802186a2be4efe80d380d15
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-pxa/saar.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,15 @@ static inline void saar_init_lcd(void) {}
#endif

#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
static struct da9034_backlight_pdata saar_da9034_backlight = {
.output_current = 4, /* 4mA */
};

static struct da903x_subdev_info saar_da9034_subdevs[] = {
[0] = {
.name = "da903x-backlight",
.id = DA9034_ID_WLED,
.platform_data = &saar_da9034_backlight,
},
};

Expand Down

0 comments on commit 6364de7

Please sign in to comment.