From: Piotr Wilczek 
Date: Fri, 19 Oct 2012 05:34:04 +0000 (+0000)
Subject: misc:max8998 Add LDO macros
X-Git-Tag: v2013.01-rc3~13^2~44
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e26d8a4a07e15cc1bd4b2aae525904ca860f452;p=u-boot
misc:max8998 Add LDO macros
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD.
Signed-off-by: Piotr Wilczek 
Signed-off-by: Kyungmin Park 
Signed-off-by: Minkyu Kang 
---
diff --git a/include/max8998_pmic.h b/include/max8998_pmic.h
index ca21f882c2..0e559f986a 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)