diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-12-13 13:48:52 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-13 13:48:52 -0500 |
commit | cd1c683c5515c35368fef7072f30aab97ef064e5 (patch) | |
tree | 6df42777786e914f5820d81c6db94480b3b8f96b /arch | |
parent | b74f149cc9f58583ec22ba5180d2b5d00920bfbe (diff) |
ARM: OMAP3: cm-t35: Use correct DSS regulator supply
cm-t35 DSS suplies are connected to VIO.
In fact, TPS65930 does not have VPLL2.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
[tony@atomide.com: updated subject]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index a4dbbe7adb73..22644d2724e8 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -339,12 +339,10 @@ static struct regulator_consumer_supply cm_t35_vsim_supply[] = { | |||
339 | REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.0"), | 339 | REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.0"), |
340 | }; | 340 | }; |
341 | 341 | ||
342 | static struct regulator_consumer_supply cm_t35_vdvi_supply[] = { | ||
343 | REGULATOR_SUPPLY("vdvi", "omapdss"), | ||
344 | }; | ||
345 | |||
346 | static struct regulator_consumer_supply cm_t35_vio_supplies[] = { | 342 | static struct regulator_consumer_supply cm_t35_vio_supplies[] = { |
347 | REGULATOR_SUPPLY("vcc", "spi1.0"), | 343 | REGULATOR_SUPPLY("vcc", "spi1.0"), |
344 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), | ||
345 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"), | ||
348 | }; | 346 | }; |
349 | 347 | ||
350 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ | 348 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ |
@@ -479,12 +477,7 @@ static struct twl4030_platform_data cm_t35_twldata = { | |||
479 | static void __init cm_t35_init_i2c(void) | 477 | static void __init cm_t35_init_i2c(void) |
480 | { | 478 | { |
481 | omap3_pmic_get_config(&cm_t35_twldata, TWL_COMMON_PDATA_USB, | 479 | omap3_pmic_get_config(&cm_t35_twldata, TWL_COMMON_PDATA_USB, |
482 | TWL_COMMON_REGULATOR_VDAC | TWL_COMMON_REGULATOR_VPLL2); | 480 | TWL_COMMON_REGULATOR_VDAC); |
483 | |||
484 | cm_t35_twldata.vpll2->constraints.name = "VDVI"; | ||
485 | cm_t35_twldata.vpll2->num_consumer_supplies = | ||
486 | ARRAY_SIZE(cm_t35_vdvi_supply); | ||
487 | cm_t35_twldata.vpll2->consumer_supplies = cm_t35_vdvi_supply; | ||
488 | 481 | ||
489 | omap3_pmic_init("tps65930", &cm_t35_twldata); | 482 | omap3_pmic_init("tps65930", &cm_t35_twldata); |
490 | } | 483 | } |