aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/db8500-prcmu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index 00b8b0f3dfb6..3167bfdd13fa 100644
--- a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -1169,12 +1169,12 @@ int db8500_prcmu_get_ape_opp(void)
1169} 1169}
1170 1170
1171/** 1171/**
1172 * prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage 1172 * db8500_prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage
1173 * @enable: true to request the higher voltage, false to drop a request. 1173 * @enable: true to request the higher voltage, false to drop a request.
1174 * 1174 *
1175 * Calls to this function to enable and disable requests must be balanced. 1175 * Calls to this function to enable and disable requests must be balanced.
1176 */ 1176 */
1177int prcmu_request_ape_opp_100_voltage(bool enable) 1177int db8500_prcmu_request_ape_opp_100_voltage(bool enable)
1178{ 1178{
1179 int r = 0; 1179 int r = 0;
1180 u8 header; 1180 u8 header;