mfd: dbx500: Export prmcu_request_ape_opp_100_voltage
This function needs to be exported to let clients be able to request the ape opp 100 voltage. Cc: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:

committed by
Mike Turquette

parent
2ac6b1f50a
commit
686f871b71
@@ -1169,12 +1169,12 @@ int db8500_prcmu_get_ape_opp(void)
|
||||
}
|
||||
|
||||
/**
|
||||
* prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage
|
||||
* db8500_prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage
|
||||
* @enable: true to request the higher voltage, false to drop a request.
|
||||
*
|
||||
* Calls to this function to enable and disable requests must be balanced.
|
||||
*/
|
||||
int prcmu_request_ape_opp_100_voltage(bool enable)
|
||||
int db8500_prcmu_request_ape_opp_100_voltage(bool enable)
|
||||
{
|
||||
int r = 0;
|
||||
u8 header;
|
||||
|
Reference in New Issue
Block a user