summaryrefslogtreecommitdiffstats
path: root/include/axp152.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-10-03 15:18:33 +0200
committerHans de Goede <hdegoede@redhat.com>2015-10-20 18:40:27 +0200
commit6944aff1ca91e8cf2c373193982cbb0417b4d4cc (patch)
tree02549285ee6718f207188a977ac197a1cf5ac7c8 /include/axp152.h
parent401175220d169ba2bfe7fbb50d73ccc9c1d6a635 (diff)
downloadblackbird-obmc-uboot-6944aff1ca91e8cf2c373193982cbb0417b4d4cc.tar.gz
blackbird-obmc-uboot-6944aff1ca91e8cf2c373193982cbb0417b4d4cc.zip
sunxi: power: Unify axp pmic function names
Stop prefixing the axp functions for setting voltages, etc. with the model number, there ever is only one pmic driver built into u-boot, this allows simplifying the callers. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/axp152.h')
-rw-r--r--include/axp152.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/axp152.h b/include/axp152.h
index c3aef77210..1643266f9a 100644
--- a/include/axp152.h
+++ b/include/axp152.h
@@ -25,9 +25,3 @@ enum axp152_reg {
#define AXP_GPIO_CTRL_INPUT 0x02 /* Input */
#define AXP_GPIO_STATE 0x97
#define AXP_GPIO_STATE_OFFSET 0
-
-int axp152_set_dcdc2(int mvolt);
-int axp152_set_dcdc3(int mvolt);
-int axp152_set_dcdc4(int mvolt);
-int axp152_set_ldo2(int mvolt);
-int axp152_init(void);
OpenPOWER on IntegriCloud