Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273377
b: refs/heads/master
c: cdcc966
h: refs/heads/master
i:
  273375: 3f12b1e
v: v3
  • Loading branch information
Kyle Manna authored and Samuel Ortiz committed Oct 24, 2011
1 parent cf03a60 commit 8a27f91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d6271f92e98094584fd1e609a9969cd33e61122
refs/heads/master: cdcc966d48cd49159b8bfd07a588cef3036624e6
9 changes: 8 additions & 1 deletion trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ static struct i2c_board_info __initdata beagle_i2c_eeprom[] = {
static int __init omap3_beagle_i2c_init(void)
{
omap3_pmic_get_config(&beagle_twldata,
TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_AUDIO,
TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC |
TWL_COMMON_PDATA_AUDIO,
TWL_COMMON_REGULATOR_VDAC | TWL_COMMON_REGULATOR_VPLL2);

beagle_twldata.vpll2->constraints.name = "VDVI";
Expand Down Expand Up @@ -456,9 +457,15 @@ static void __init omap3_beagle_init_irq(void)
omap3_init_irq();
}

static struct platform_device madc_hwmon = {
.name = "twl4030_madc_hwmon",
.id = -1,
};

static struct platform_device *omap3_beagle_devices[] __initdata = {
&leds_gpio,
&keys_gpio,
&madc_hwmon,
};

static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
Expand Down

0 comments on commit 8a27f91

Please sign in to comment.