From 638b802d2faade7d142b338856d1e270ff41ea0d Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Wed, 9 May 2012 10:33:33 +0300 Subject: [PATCH] --- yaml --- r: 303461 b: refs/heads/master c: 1fc631ecfdf8eac55fe0e4d74333a0ddad4eb44e h: refs/heads/master i: 303459: 49ddd06c4787568b43f43c3db5ac4f4fe9926553 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/board-4430sdp.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7ad2c35ffdac..dd2015efb586 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fde0190d698ee57f0396275ab7218f75526827a9 +refs/heads/master: 1fc631ecfdf8eac55fe0e4d74333a0ddad4eb44e diff --git a/trunk/arch/arm/mach-omap2/board-4430sdp.c b/trunk/arch/arm/mach-omap2/board-4430sdp.c index 4f9d8cd9b0eb..2e5066458f7f 100644 --- a/trunk/arch/arm/mach-omap2/board-4430sdp.c +++ b/trunk/arch/arm/mach-omap2/board-4430sdp.c @@ -621,7 +621,9 @@ static int __init omap4_i2c_init(void) TWL_COMMON_REGULATOR_VANA | TWL_COMMON_REGULATOR_VCXIO | TWL_COMMON_REGULATOR_VUSB | - TWL_COMMON_REGULATOR_CLK32KG); + TWL_COMMON_REGULATOR_CLK32KG | + TWL_COMMON_REGULATOR_V1V8 | + TWL_COMMON_REGULATOR_V2V1); omap4_pmic_init("twl6030", &sdp4430_twldata, &twl6040_data, OMAP44XX_IRQ_SYS_2N); omap_register_i2c_bus(2, 400, NULL, 0);