summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2011-09-21 12:12:35 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-09-29 09:05:53 +0200
commitfd49e56a3ccb31a072f919b01ccaab6a223cc2b8 (patch)
tree12587bf9e9b3846baaf5e1f81ad5dba6e7a8342e
parentfcab5044aebbc06b52ed3ed69160cf3281d0e2a2 (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"),
};