[U-Boot] [PATCH v5 2/5] misc:max8998 Add LDO macros
Piotr Wilczek
p.wilczek at samsung.com
Fri Oct 19 17:34:04 CEST 2012
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD.
Signed-off-by: Piotr Wilczek <p.wilczek at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
CC: Minkyu Kang <mk7.kang at samsung.com>
---
Changes in v2:
- none
Changes in v3:
- none
Changes in v4:
- none
Changes in v5:
- none
include/max8998_pmic.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/max8998_pmic.h b/include/max8998_pmic.h
index ca21f88..0e559f9 100644
--- a/include/max8998_pmic.h
+++ b/include/max8998_pmic.h
@@ -76,7 +76,9 @@ enum {
#define MAX8998_LDO3 (1 << 2)
#define MAX8998_LDO4 (1 << 1)
+#define MAX8998_LDO7 (1 << 6)
#define MAX8998_LDO8 (1 << 5)
+#define MAX8998_LDO17 (1 << 4)
#define MAX8998_SAFEOUT1 (1 << 4)
#define MAX8998_I2C_ADDR (0xCC >> 1)
--
1.7.5.4
More information about the U-Boot
mailing list