diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index c0a7b90..5c23744 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/battery.h>
 #include <power/max17042_fg.h>
 
 #include "setup.h"
@@ -244,6 +245,7 @@ int power_init_board(void)
 	pmic_init_max8997();
 	power_fg_init(I2C_9);
 	power_muic_init(I2C_5);
+	power_bat_init(0);
 	return 0;
 }
 
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 0bc1f3a..2fdc597 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -242,6 +242,8 @@
 #define CONFIG_POWER_FG_MAX17042
 #define CONFIG_POWER_MUIC
 #define CONFIG_POWER_MUIC_MAX8997
+#define CONFIG_POWER_BATTERY
+#define CONFIG_POWER_BATTERY_TRATS
 #define CONFIG_USB_GADGET
 #define CONFIG_USB_GADGET_S3C_UDC_OTG
 #define CONFIG_USB_GADGET_DUALSPEED
