diff mbox

[U-Boot,2/4] ARM: OMAP5: Power: add LDO2 support for Palmas driver

Message ID 1398593848-13804-3-git-send-email-lifshitz@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Dmitry Lifshitz April 27, 2014, 10:17 a.m. UTC
Add defines required to turn on LDO2 regulator.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
---
 include/palmas.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Tom Rini May 14, 2014, 1:36 a.m. UTC | #1
On Sun, Apr 27, 2014 at 01:17:26PM +0300, Dmitry Lifshitz wrote:


> Add defines required to turn on LDO2 regulator.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/palmas.h b/include/palmas.h
index eaf3670..cca3f9a 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