Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295930
b: refs/heads/master
c: 7846e16
h: refs/heads/master
v: v3
  • Loading branch information
Grazvydas Ignotas authored and Tony Lindgren committed Mar 5, 2012
1 parent 5b14289 commit 585dcfd
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 2534b4a429aa31037c29079c25506c43e71f8f9f
refs/heads/master: 7846e169e60206a1912c74b074f9c47d75baa847
11 changes: 11 additions & 0 deletions trunk/arch/arm/mach-omap2/board-omap3pandora.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ static struct platform_device pandora_leds_gpio = {
},
};

static struct platform_device pandora_backlight = {
.name = "pandora-backlight",
.id = -1,
};

#define GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) \
{ \
.gpio = gpio_num, \
Expand Down Expand Up @@ -476,6 +481,10 @@ static struct platform_device pandora_vwlan_device = {

static struct twl4030_bci_platform_data pandora_bci_data;

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

static struct twl4030_platform_data omap3pandora_twldata = {
.gpio = &omap3pandora_gpio_data,
.vmmc1 = &pandora_vmmc1,
Expand All @@ -486,6 +495,7 @@ static struct twl4030_platform_data omap3pandora_twldata = {
.vsim = &pandora_vsim,
.keypad = &pandora_kp_data,
.bci = &pandora_bci_data,
.power = &pandora_power_data,
};

static struct i2c_board_info __initdata omap3pandora_i2c3_boardinfo[] = {
Expand Down Expand Up @@ -557,6 +567,7 @@ static struct platform_device *omap3pandora_devices[] __initdata = {
&pandora_leds_gpio,
&pandora_keys_gpio,
&pandora_vwlan_device,
&pandora_backlight,
};

static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
Expand Down

0 comments on commit 585dcfd

Please sign in to comment.