| Submitter | Łukasz Majewski |
|---|---|
| Date | Nov. 13, 2012, 1:22 p.m. |
| Message ID | <1352812937-15998-16-git-send-email-l.majewski@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/198658/ |
| State | Accepted |
| Delegated to: | Anatolij Gustschin |
| Headers | show |
Comments
Patch
diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index ebbc7ab..2359a99 100644 --- a/board/samsung/trats/trats.c +++ b/board/samsung/trats/trats.c @@ -38,6 +38,7 @@ #include <usb/s3c_udc.h> #include <power/max8997_pmic.h> #include <libtizen.h> +#include <power/max8997_muic.h> #include "setup.h" @@ -241,7 +242,7 @@ int power_init_board(void) ret = pmic_init(I2C_5); ret |= pmic_init_max8997(); - + ret |= power_muic_init(I2C_5); if (ret) return ret; diff --git a/include/configs/trats.h b/include/configs/trats.h index d7808aa..74c4a23 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -238,6 +238,8 @@ #define CONFIG_PMIC_I2C #define CONFIG_PMIC_MAX8997 +#define CONFIG_POWER_MUIC +#define CONFIG_POWER_MUIC_MAX8997 #define CONFIG_USB_GADGET #define CONFIG_USB_GADGET_S3C_UDC_OTG #define CONFIG_USB_GADGET_DUALSPEED