Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144524
b: refs/heads/master
c: fc76132
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao committed Apr 27, 2009
1 parent 1b8d0e2 commit 49be2bf
Show file tree
Hide file tree
Showing 2 changed files with 10 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: b49e385fc7cb4e6ed4206dfdab2b2579c5076120
refs/heads/master: fc76132b1e72efe45b5a5a693caadd54c3037f55
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-pxa/littleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ static struct led_info littleton_da9034_leds[] = {
},
};

static struct da9034_touch_pdata littleton_da9034_touch = {
.x_inverted = 1,
.interval_ms = 20,
};

static struct da903x_subdev_info littleton_da9034_subdevs[] = {
{
.name = "da903x-led",
Expand All @@ -350,6 +355,10 @@ static struct da903x_subdev_info littleton_da9034_subdevs[] = {
}, {
.name = "da903x-backlight",
.id = DA9034_ID_WLED,
}, {
.name = "da9034-touch",
.id = DA9034_ID_TOUCH,
.platform_data = &littleton_da9034_touch,
},
};

Expand Down

0 comments on commit 49be2bf

Please sign in to comment.