summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-03-23 16:53:18 +0100
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:01 +0200
commit32dab36e9248b52b368f32512ef17c69ad1a4ffb (patch)
tree567a79318357c87d02b5fb3746823203958af028
parent570240235c77b044b291d481cd6052845a81beb5 (diff)
ARM: ux500: regulator: make aware of ESRAM12/34 is on
Make the regulator system aware that ESRAM12 and ESRAM34 epod's are on at boot. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: ER327257 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Change-Id: I33340a755d1851efad7e8a25377df6649ae930e9 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18980 Reviewed-by: QATOOLS Reviewed-by: David PARIS <david.paris-nonst@stericsson.com> Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/regulator-db8500.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/regulator-db8500.c b/arch/arm/mach-ux500/regulator-db8500.c
index c8d1670ab01..eebd3cf9d44 100644
--- a/arch/arm/mach-ux500/regulator-db8500.c
+++ b/arch/arm/mach-ux500/regulator-db8500.c
@@ -589,6 +589,8 @@ static int __init db8500_regulator_probe(struct platform_device *pdev)
"regulator-%s-probed\n", info->desc.name);
}
+ regulator_has_full_constraints();
+
return 0;
}