diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-03-13 20:54:54 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-03-31 04:56:28 -0400 |
commit | 52914eaa49bf732b091dbf5467ce4c7507c2d32a (patch) | |
tree | aaa1b1f305e6c556320c89cfaaa8b47fea89fc29 /drivers/mfd | |
parent | cd94b5053081963614f6ad77b9b66a7968056c84 (diff) |
twl4030-regulator: expose VPLL2
Add VPLL2 to the set of twl4030-family regulators exposed for
use by various drivers. It's commonly used to power the digital
video outputs (e.g. LCD or DVI displays) on OMAP3 systems.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl4030-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c index 68826f1e36bc..ec90e953adce 100644 --- a/drivers/mfd/twl4030-core.c +++ b/drivers/mfd/twl4030-core.c | |||
@@ -592,11 +592,9 @@ add_children(struct twl4030_platform_data *pdata, unsigned long features) | |||
592 | 592 | ||
593 | /* maybe add LDOs that are omitted on cost-reduced parts */ | 593 | /* maybe add LDOs that are omitted on cost-reduced parts */ |
594 | if (twl_has_regulator() && !(features & TPS_SUBSET)) { | 594 | if (twl_has_regulator() && !(features & TPS_SUBSET)) { |
595 | /* | ||
596 | child = add_regulator(TWL4030_REG_VPLL2, pdata->vpll2); | 595 | child = add_regulator(TWL4030_REG_VPLL2, pdata->vpll2); |
597 | if (IS_ERR(child)) | 596 | if (IS_ERR(child)) |
598 | return PTR_ERR(child); | 597 | return PTR_ERR(child); |
599 | */ | ||
600 | 598 | ||
601 | child = add_regulator(TWL4030_REG_VMMC2, pdata->vmmc2); | 599 | child = add_regulator(TWL4030_REG_VMMC2, pdata->vmmc2); |
602 | if (IS_ERR(child)) | 600 | if (IS_ERR(child)) |