]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
OMAP: 4430SDP: Use common configuration for V1V8, V2V1 supplies
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 9 May 2012 07:33:33 +0000 (10:33 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 9 May 2012 21:22:37 +0000 (14:22 -0700)
These supplies going to be needed for the twl6040 driver.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c

index 4f9d8cd9b0ebb89824b7729c0fd653707b412978..2e5066458f7f9058e3c52eafcf9f3e565c7c7cc4 100644 (file)
@@ -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);