diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/s5pc210_universal.h | 4 | ||||
| -rw-r--r-- | include/max8998_pmic.h | 1 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index b36ad3a19..be000cbaf 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -262,4 +262,8 @@  #define CONFIG_PMIC_I2C  #define CONFIG_PMIC_MAX8998 +#define CONFIG_USB_GADGET +#define CONFIG_USB_GADGET_S3C_UDC_OTG +#define CONFIG_USB_GADGET_DUALSPEED +  #endif	/* __CONFIG_H */ diff --git a/include/max8998_pmic.h b/include/max8998_pmic.h index bf28820c5..10c892a51 100644 --- a/include/max8998_pmic.h +++ b/include/max8998_pmic.h @@ -76,6 +76,7 @@ enum {  #define MAX8998_LDO3		(1 << 2)  #define MAX8998_LDO8		(1 << 5) +#define MAX8998_SAFEOUT1	(1 << 4)  #define MAX8998_I2C_ADDR        (0xCC >> 1) |