[U-Boot] [PATCH 13/16] arm:trats:pmic: Enable fuel-gauge (MAX17042) at Samsung's TRATS board

Lukasz Majewski l.majewski at samsung.com
Fri Sep 14 17:40:12 CEST 2012


FG IC built into the MAX8997 device (compliant to MAX17042) is enabled
at TRATS.

Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
Cc: Minkyu Kang <mk7.kang at samsung.com>
---
 board/samsung/trats/trats.c |    2 ++
 include/configs/trats.h     |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index c729fb8..6462b30 100644
--- a/board/samsung/trats/trats.c
+++ b/board/samsung/trats/trats.c
@@ -39,6 +39,7 @@
 #include <power/max8997_pmic.h>
 #include <libtizen.h>
 #include <power/max8997_muic.h>
+#include <power/max17042_fg.h>
 
 #include "setup.h"
 
@@ -244,6 +245,7 @@ int power_board_init(void)
 	pmic_init(I2C_5);
 #endif
 	pmic_init_max8997();
+	power_fg_init(I2C_9);
 	power_muic_init(I2C_5);
 	return 0;
 }
diff --git a/include/configs/trats.h b/include/configs/trats.h
index ad79416..297bff6 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -260,8 +260,12 @@
 #define CONFIG_PMIC_I2C
 #define CONFIG_PMIC_MAX8997
 
+#define CONFIG_POWER_FG
+#define CONFIG_POWER_FG_MAX17042
 #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
-- 
1.7.2.3



More information about the U-Boot mailing list