aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-4430sdp.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-05-09 03:33:33 -0400
committerTony Lindgren <tony@atomide.com>2012-05-09 17:22:37 -0400
commit1fc631ecfdf8eac55fe0e4d74333a0ddad4eb44e (patch)
treed136e00d32b31c64042f6f0b5283cf65f3886dc3 /arch/arm/mach-omap2/board-4430sdp.c
parentfde0190d698ee57f0396275ab7218f75526827a9 (diff)
OMAP: 4430SDP: Use common configuration for V1V8, V2V1 supplies
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>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 4f9d8cd9b0eb..2e5066458f7f 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -621,7 +621,9 @@ static int __init omap4_i2c_init(void)
621 TWL_COMMON_REGULATOR_VANA | 621 TWL_COMMON_REGULATOR_VANA |
622 TWL_COMMON_REGULATOR_VCXIO | 622 TWL_COMMON_REGULATOR_VCXIO |
623 TWL_COMMON_REGULATOR_VUSB | 623 TWL_COMMON_REGULATOR_VUSB |
624 TWL_COMMON_REGULATOR_CLK32KG); 624 TWL_COMMON_REGULATOR_CLK32KG |
625 TWL_COMMON_REGULATOR_V1V8 |
626 TWL_COMMON_REGULATOR_V2V1);
625 omap4_pmic_init("twl6030", &sdp4430_twldata, 627 omap4_pmic_init("twl6030", &sdp4430_twldata,
626 &twl6040_data, OMAP44XX_IRQ_SYS_2N); 628 &twl6040_data, OMAP44XX_IRQ_SYS_2N);
627 omap_register_i2c_bus(2, 400, NULL, 0); 629 omap_register_i2c_bus(2, 400, NULL, 0);