summaryrefslogtreecommitdiffstats
path: root/include/axp152.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-03-22 18:08:20 +0100
committerHans de Goede <hdegoede@redhat.com>2015-04-15 16:17:17 +0200
commit558ccc7f507577846b13d2fd39941777067adae8 (patch)
treee3268682c8258aecaec3244322b2ecd8033cf52f /include/axp152.h
parent849d597bac145d2fd352349892206e0a60366577 (diff)
downloadblackbird-obmc-uboot-558ccc7f507577846b13d2fd39941777067adae8.tar.gz
blackbird-obmc-uboot-558ccc7f507577846b13d2fd39941777067adae8.zip
power: axp152: Registers definitions in header
Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/axp152.h')
-rw-r--r--include/axp152.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/axp152.h b/include/axp152.h
index 3e5ccbd0d8..9d205f8d3a 100644
--- a/include/axp152.h
+++ b/include/axp152.h
@@ -3,6 +3,18 @@
*
* SPDX-License-Identifier: GPL-2.0+
*/
+
+enum axp152_reg {
+ AXP152_CHIP_VERSION = 0x3,
+ AXP152_DCDC2_VOLTAGE = 0x23,
+ AXP152_DCDC3_VOLTAGE = 0x27,
+ AXP152_DCDC4_VOLTAGE = 0x2B,
+ AXP152_LDO2_VOLTAGE = 0x2A,
+ AXP152_SHUTDOWN = 0x32,
+};
+
+#define AXP152_POWEROFF (1 << 7)
+
int axp152_set_dcdc2(int mvolt);
int axp152_set_dcdc3(int mvolt);
int axp152_set_dcdc4(int mvolt);
OpenPOWER on IntegriCloud