summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2011-09-21 12:12:35 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 13:01:05 +0200
commit8a54956f93e9106d2ae69f917991662859266cca (patch)
tree3b51c62b2208374834d0186dc91b1c7499c84888
parent7abb8e9fedbca8a901e1b94608118d781fb9cc19 (diff)
mfd: db8500-prcmu: restore pl011 supply name
pl011 supply name was updated so that amba bus driver can control the regulator. Currently amba bus driver only enables and disables the supply on module init and exit. This prevents saving power when the device is not being used. Renaming the supply to give the driver a chance to control the supply at fine-grain level. Change-Id: I85fcc50e95695f38f4b07587606fd6a9df056464 Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32126 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--drivers/mfd/db8500-prcmu.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index a83bfd3cbb4..34b6ee32f02 100644
--- a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -2174,10 +2174,9 @@ static struct regulator_consumer_supply db8500_vape_consumers[] = {
REGULATOR_SUPPLY("vcore", "sdi4"),
REGULATOR_SUPPLY("v-dma", "dma40.0"),
REGULATOR_SUPPLY("v-ape", "ab8500-usb.0"),
- /* "v-uart" changed to "vcore" in the mainline kernel */
- REGULATOR_SUPPLY("vcore", "uart0"),
- REGULATOR_SUPPLY("vcore", "uart1"),
- REGULATOR_SUPPLY("vcore", "uart2"),
+ REGULATOR_SUPPLY("v-uart", "uart0"),
+ REGULATOR_SUPPLY("v-uart", "uart1"),
+ REGULATOR_SUPPLY("v-uart", "uart2"),
REGULATOR_SUPPLY("v-ape", "nmk-ske-keypad.0"),
};