From b9c4bcf7969b0fe7c80fc1e329db5c94df812741 Mon Sep 17 00:00:00 2001 From: Bengt Jonsson Date: Fri, 26 Aug 2011 12:57:23 +0200 Subject: ux500: regulator: ESRAM not depending on Vape Dependencies from ESRAM12 and ESRAM34 switches to Vape are removed because these memories are put in retention and supplied from Vsafe when Vape is turned off. ST-Ericsson ID: 355110 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: - Change-Id: I5d6535301c7a70d270e0df88196d44e397192e94 Signed-off-by: Bengt Jonsson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29524 Reviewed-by: QABUILD Reviewed-by: Johan BOHLIN Tested-by: Johan BOHLIN Reviewed-by: Jonas ABERG --- arch/arm/mach-ux500/board-mop500-regulators.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-ux500/board-mop500-regulators.c') diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index 22f54b0bb63..92af82bec47 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -1080,7 +1080,10 @@ static struct regulator_consumer_supply u8500_esram12_consumers[] = { }; struct regulator_init_data u8500_esram12_regulator = { - .supply_regulator = "u8500-vape", + /* + * esram12 is set in retention and supplied by Vsafe when Vape is off, + * no need to hold Vape + */ .constraints = { .name = "u8500-esram12", .valid_ops_mask = REGULATOR_CHANGE_STATUS, @@ -1143,7 +1146,10 @@ static struct regulator_consumer_supply u8500_esram34_consumers[] = { }; struct regulator_init_data u8500_esram34_regulator = { - .supply_regulator = "u8500-vape", + /* + * esram34 is set in retention and supplied by Vsafe when Vape is off, + * no need to hold Vape + */ .constraints = { .name = "u8500-esram34", .valid_ops_mask = REGULATOR_CHANGE_STATUS, -- cgit v1.2.3