From patchwork Fri Oct 5 08:16:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot, v2, 15/21] arm:trats:pmic: Enable MUIC (MAX8997) at Samsung's TRATS board Date: Thu, 04 Oct 2012 22:16:37 -0000 From: =?utf-8?q?=C5=81ukasz_Majewski_=3Cl=2Emajewski=40samsung=2Ecom=3E?= X-Patchwork-Id: 189441 Message-Id: <1349425003-32523-16-git-send-email-l.majewski@samsung.com> To: u-boot@lists.denx.de Cc: Tom Rini , Kyungmin Park MUIC IC built into the MAX8997 device is enabled at TRATS. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2: - None --- board/samsung/trats/trats.c | 2 ++ include/configs/trats.h | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index bb83b94..c729fb8 100644 --- a/board/samsung/trats/trats.c +++ b/board/samsung/trats/trats.c @@ -38,6 +38,7 @@ #include #include #include +#include #include "setup.h" @@ -243,6 +244,7 @@ int power_board_init(void) pmic_init(I2C_5); #endif pmic_init_max8997(); + power_muic_init(I2C_5); return 0; } #endif diff --git a/include/configs/trats.h b/include/configs/trats.h index 37a655a..faaf27b 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -240,6 +240,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