summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04/commands.c')
-rw-r--r--u-boot/board/goldelico/gta04/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04/commands.c b/u-boot/board/goldelico/gta04/commands.c
index 45520d2..b65e463 100644
--- a/u-boot/board/goldelico/gta04/commands.c
+++ b/u-boot/board/goldelico/gta04/commands.c
@@ -595,6 +595,7 @@ static int do_systest(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
return wlanbttest(0); // just power on
}
if (strncmp ("ch", argv[1], 2) == 0) {
+ i2c_set_bus_num(TWL4030_I2C_BUS); // I2C1
return twl4030_init_battery_charging();
}
if (strncmp ("gp", argv[1], 2) == 0) {