summaryrefslogtreecommitdiffstats
path: root/include/palmas.h
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2014-04-27 13:17:26 +0300
committerTom Rini <trini@ti.com>2014-05-13 19:43:00 -0400
commit35fe1cb0c1a1bff450449b4bc7236aa6dbedb054 (patch)
treed7135f1beb5324b9246fb4b6060c956fb26710ff /include/palmas.h
parent4b5d3839249afaaec51e50adc05a55b1fe74f610 (diff)
downloadblackbird-obmc-uboot-35fe1cb0c1a1bff450449b4bc7236aa6dbedb054.tar.gz
blackbird-obmc-uboot-35fe1cb0c1a1bff450449b4bc7236aa6dbedb054.zip
ARM: OMAP5: Power: add LDO2 support for Palmas driver
Add defines required to turn on LDO2 regulator. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Diffstat (limited to 'include/palmas.h')
-rw-r--r--include/palmas.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/palmas.h b/include/palmas.h
index eaf367086c..cca3f9a9d1 100644
--- a/include/palmas.h
+++ b/include/palmas.h
@@ -24,6 +24,10 @@
#define LDO1_CTRL 0x50
#define LDO1_VOLTAGE 0x51
+/* LDO2 control/voltage */
+#define LDO2_CTRL 0x52
+#define LDO2_VOLTAGE 0x53
+
/* LDO9 control/voltage */
#define LDO9_CTRL 0x60
#define LDO9_VOLTAGE 0x61
OpenPOWER on IntegriCloud