summaryrefslogtreecommitdiff
path: root/include/linux/mfd/menelaus.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2015-03-28 22:45:36 +0200
committerLee Jones <lee.jones@linaro.org>2015-03-30 10:06:50 +0100
commit1ea8684e1e0d7453f65a1ed69c2d0b890bfb9e33 (patch)
tree077bff757b04ebbbd24a0148c23d1740034fa2c5 /include/linux/mfd/menelaus.h
parent5cdc7f02162aa8b980bd5d89e86fd94de0285ca3 (diff)
mfd: menelaus: Drop support for SW controller VCORE
Drop support for SW controlled VCORE, nobody uses it. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/menelaus.h')
-rw-r--r--include/linux/mfd/menelaus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/menelaus.h b/include/linux/mfd/menelaus.h
index a1e12bf393db..9e85ac06da89 100644
--- a/include/linux/mfd/menelaus.h
+++ b/include/linux/mfd/menelaus.h
@@ -24,7 +24,6 @@ extern int menelaus_set_vaux(unsigned int mV);
extern int menelaus_set_vdcdc(int dcdc, unsigned int mV);
extern int menelaus_set_slot_sel(int enable);
extern int menelaus_get_slot_pin_states(void);
-extern int menelaus_set_vcore_sw(unsigned int mV);
extern int menelaus_set_vcore_hw(unsigned int roof_mV, unsigned int floor_mV);
#define EN_VPLL_SLEEP (1 << 7)