Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303450
b: refs/heads/master
c: d61676b
h: refs/heads/master
v: v3
  • Loading branch information
Igor Grinberg authored and Tony Lindgren committed May 9, 2012
1 parent 9cdb01e commit 7461221
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: 9624f615520696ffa845da2de56277197155b48c
refs/heads/master: d61676b8f079d39808559e67c48a518fd14411ec
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/board-cm-t35.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,13 +498,18 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
.setup = cm_t35_twl_gpio_setup,
};

static struct twl4030_power_data cm_t35_power_data = {
.use_poweroff = true,
};

static struct twl4030_platform_data cm_t35_twldata = {
/* platform_data for children goes here */
.keypad = &cm_t35_kp_data,
.gpio = &cm_t35_gpio_data,
.vmmc1 = &cm_t35_vmmc1,
.vsim = &cm_t35_vsim,
.vio = &cm_t35_vio,
.power = &cm_t35_power_data,
};

static void __init cm_t35_init_i2c(void)
Expand Down

0 comments on commit 7461221

Please sign in to comment.