aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-06-28 11:45:42 +0200
committersaid m bagheri <ebgheri@steludxu2848.(none)>2011-06-29 10:30:38 +0200
commitd44d6785e88e43240948ecb6a5a0f2eee788e7e2 (patch)
treec326e92169ad6344884b343489e92972d1f61e0d
parent9e6916386fa3a0afb35a56237e8164b598e6a926 (diff)
ux500: hdmi: Fix regulator regression
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500-regulators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c
index 06262bd6b2d..7cbbe2ff71b 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -98,7 +98,7 @@ static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {
REGULATOR_SUPPLY("v-ab8500-AV-switch", "mcde_tv_ab8500.2"),
#endif
#ifdef CONFIG_DISPLAY_AV8100_TERTIARY
- REGULATOR_SUPPLY("v-av8100-AV-switch", "av8100_hdmi.2"),
+ REGULATOR_SUPPLY("v-av8100-AV-switch", "av8100_hdmi.1"),
#endif
REGULATOR_SUPPLY_DEBUG("aux2", "reg-virt-consumer.1")
};