From: Dmitry Lifshitz <lifshitz@compulab.co.il>
Date: Sun, 27 Apr 2014 10:17:26 +0000 (+0300)
Subject: ARM: OMAP5: Power: add LDO2 support for Palmas driver
X-Git-Tag: v2025.01-rc5-pxa1908~15314^2~4^2~8
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/html/index.html?a=commitdiff_plain;h=35fe1cb0c1a1bff450449b4bc7236aa6dbedb054;p=u-boot.git

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>
---

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