diff options
Diffstat (limited to 'include/linux/mfd/db8500-prcmu.h')
| -rw-r--r-- | include/linux/mfd/db8500-prcmu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/db8500-prcmu.h b/include/linux/mfd/db8500-prcmu.h index b82f6ee66a0b..6ee4247df11e 100644 --- a/include/linux/mfd/db8500-prcmu.h +++ b/include/linux/mfd/db8500-prcmu.h | |||
| @@ -515,7 +515,6 @@ enum romcode_read prcmu_get_rc_p2a(void); | |||
| 515 | enum ap_pwrst prcmu_get_xp70_current_state(void); | 515 | enum ap_pwrst prcmu_get_xp70_current_state(void); |
| 516 | bool prcmu_has_arm_maxopp(void); | 516 | bool prcmu_has_arm_maxopp(void); |
| 517 | struct prcmu_fw_version *prcmu_get_fw_version(void); | 517 | struct prcmu_fw_version *prcmu_get_fw_version(void); |
| 518 | int prcmu_request_ape_opp_100_voltage(bool enable); | ||
| 519 | int prcmu_release_usb_wakeup_state(void); | 518 | int prcmu_release_usb_wakeup_state(void); |
| 520 | void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep, | 519 | void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep, |
| 521 | struct prcmu_auto_pm_config *idle); | 520 | struct prcmu_auto_pm_config *idle); |
| @@ -564,6 +563,7 @@ int db8500_prcmu_set_arm_opp(u8 opp); | |||
| 564 | int db8500_prcmu_get_arm_opp(void); | 563 | int db8500_prcmu_get_arm_opp(void); |
| 565 | int db8500_prcmu_set_ape_opp(u8 opp); | 564 | int db8500_prcmu_set_ape_opp(u8 opp); |
| 566 | int db8500_prcmu_get_ape_opp(void); | 565 | int db8500_prcmu_get_ape_opp(void); |
| 566 | int db8500_prcmu_request_ape_opp_100_voltage(bool enable); | ||
| 567 | int db8500_prcmu_set_ddr_opp(u8 opp); | 567 | int db8500_prcmu_set_ddr_opp(u8 opp); |
| 568 | int db8500_prcmu_get_ddr_opp(void); | 568 | int db8500_prcmu_get_ddr_opp(void); |
| 569 | 569 | ||
| @@ -610,7 +610,7 @@ static inline int db8500_prcmu_get_ape_opp(void) | |||
| 610 | return APE_100_OPP; | 610 | return APE_100_OPP; |
| 611 | } | 611 | } |
| 612 | 612 | ||
| 613 | static inline int prcmu_request_ape_opp_100_voltage(bool enable) | 613 | static inline int db8500_prcmu_request_ape_opp_100_voltage(bool enable) |
| 614 | { | 614 | { |
| 615 | return 0; | 615 | return 0; |
| 616 | } | 616 | } |
