[U-Boot] [PATCH 2/4] ARM: OMAP5: Power: add LDO2 support for Palmas driver
Dmitry Lifshitz
lifshitz at compulab.co.il
Sun Apr 27 12:17:26 CEST 2014
Add defines required to turn on LDO2 regulator.
Signed-off-by: Dmitry Lifshitz <lifshitz at compulab.co.il>
---
include/palmas.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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
--
1.7.5.4
More information about the U-Boot
mailing list